lam-ho commited on
Commit
6058a6b
·
verified ·
1 Parent(s): 8b561fc

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -225,7 +225,7 @@ tools=[
225
  # api_key=os.getenv("GEMINI_API_KEY"))
226
 
227
  model = LiteLLMModel(
228
- model_id="v1/models/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
  )
 
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
  )