Spaces:
Sleeping
Sleeping
Vaishak G Kumar
commited on
Update src/agentics/agents.py
Browse files- src/agentics/agents.py +1 -1
src/agentics/agents.py
CHANGED
@@ -54,7 +54,7 @@ class AgentsFactory:
|
|
54 |
"task": "QuoraRetrieval",
|
55 |
"docs_path": self.json_file_path,
|
56 |
"chunk_token_size": 1000,
|
57 |
-
"model": llm_config["config_list"][0]["model"],
|
58 |
"client": chromadb.PersistentClient(path="/tmp/chromadb"),
|
59 |
"collection_name": "groupchat",
|
60 |
"get_or_create": True,
|
|
|
54 |
"task": "QuoraRetrieval",
|
55 |
"docs_path": self.json_file_path,
|
56 |
"chunk_token_size": 1000,
|
57 |
+
"model": self.llm_config["config_list"][0]["model"],
|
58 |
"client": chromadb.PersistentClient(path="/tmp/chromadb"),
|
59 |
"collection_name": "groupchat",
|
60 |
"get_or_create": True,
|