lpolich commited on
Commit
8fd7d2b
·
verified ·
1 Parent(s): c1ac5c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -72,7 +72,8 @@ final_answer = FinalAnswerTool()
72
  model = LiteLLMModel(
73
  model_id="ollama_chat/qwen2:7b", # Or try other Ollama-supported models
74
  # model_id="gemma3:1b",
75
- api_base="https://127.0.0.1:11434", # Default Ollama local server
 
76
  num_ctx=8192,
77
  )
78
 
 
72
  model = LiteLLMModel(
73
  model_id="ollama_chat/qwen2:7b", # Or try other Ollama-supported models
74
  # model_id="gemma3:1b",
75
+ # api_base="https://127.0.0.1:11434",
76
+ api_base="http://localhost:11434", # Default Ollama local server
77
  num_ctx=8192,
78
  )
79