lam-ho commited on
Commit
391862b
·
verified ·
1 Parent(s): a7041e0

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -225,8 +225,8 @@ tools=[
225
  # api_key=os.getenv("GEMINI_API_KEY"))
226
 
227
  model = LiteLLMModel(
228
- model_id="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
  )
232
 
 
225
  # api_key=os.getenv("GEMINI_API_KEY"))
226
 
227
  model = LiteLLMModel(
228
+ model_id="ollama/gemma3:27b", # Or try other Ollama-supported models
229
+ api_base="http://localhost:11434", # Default Ollama local server
230
  num_ctx=8192,
231
  )
232