abdibrahem commited on
Commit
b2ac233
·
1 Parent(s): 1b5fc8c

Update the callback

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -205,7 +205,7 @@ class AIAgent:
205
  self.llm = OllamaLLM(
206
  model=self.model_name,
207
  base_url=self.ollama_base_url,
208
- callbacks=callbacks,
209
  temperature=0.7,
210
  num_ctx=8192, # Increased context window
211
  top_p=0.9,
 
205
  self.llm = OllamaLLM(
206
  model=self.model_name,
207
  base_url=self.ollama_base_url,
208
+ callbacks=[],
209
  temperature=0.7,
210
  num_ctx=8192, # Increased context window
211
  top_p=0.9,