Vaishak G Kumar commited on
Commit
fcccc01
·
verified ·
1 Parent(s): 2bf02f0

Update src/agentics/agents.py

Browse files
Files changed (1) hide show
  1. 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,