Spaces:
Sleeping
Sleeping
Commit
·
691b688
1
Parent(s):
b2ac233
Rollback last change
Browse files
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=
|
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=callbacks,
|
209 |
temperature=0.7,
|
210 |
num_ctx=8192, # Increased context window
|
211 |
top_p=0.9,
|