Refactored code and undid certain changes in the previous commit

This commit is contained in:
Sarthak Deshpande 2024-10-21 20:32:36 +05:30
parent 862ff6c653
commit 46795b9bbf
2 changed files with 6 additions and 8 deletions

View file

@ -41,8 +41,8 @@ async def agents_settings():
)
return {
"impl": impls['impls'][Api.agents],
"memory_impl": impls['impls'][Api.memory],
"impl": impls[Api.agents],
"memory_impl": impls[Api.memory],
"common_params": {
"model": "Llama3.1-8B-Instruct",
"instructions": "You are a helpful assistant.",