Spaces:
Runtime error
Runtime error
Update agent.py
Browse files
agent.py
CHANGED
@@ -225,7 +225,7 @@ tools=[
|
|
225 |
# api_key=os.getenv("GEMINI_API_KEY"))
|
226 |
|
227 |
model = LiteLLMModel(
|
228 |
-
model_id="
|
229 |
api_base="http://127.0.0.1:11434/", # Default Ollama local server
|
230 |
num_ctx=8192,
|
231 |
)
|
|
|
225 |
# api_key=os.getenv("GEMINI_API_KEY"))
|
226 |
|
227 |
model = LiteLLMModel(
|
228 |
+
model_id="ollama_chat/gemma3:27b", # Or try other Ollama-supported models
|
229 |
api_base="http://127.0.0.1:11434/", # Default Ollama local server
|
230 |
num_ctx=8192,
|
231 |
)
|