Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,10 +71,10 @@ final_answer = FinalAnswerTool()
|
|
| 71 |
# )
|
| 72 |
model = LiteLLMModel(
|
| 73 |
# model_id="ollama_chat/qwen2:7b", # Or try other Ollama-supported models
|
| 74 |
-
model_id="ollama/qwen2:7b", # Or try other Ollama-supported models
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
api_base="http://0.0.0.0:11434",
|
| 78 |
num_ctx=8192,
|
| 79 |
)
|
| 80 |
|
|
|
|
| 71 |
# )
|
| 72 |
model = LiteLLMModel(
|
| 73 |
# model_id="ollama_chat/qwen2:7b", # Or try other Ollama-supported models
|
| 74 |
+
# model_id="ollama/qwen2:7b", # Or try other Ollama-supported models
|
| 75 |
+
model_id="gemma3:1b",
|
| 76 |
+
api_base="http://localhost:11434/api/generate", # Default Ollama local server
|
| 77 |
+
# api_base="http://0.0.0.0:11434",
|
| 78 |
num_ctx=8192,
|
| 79 |
)
|
| 80 |
|