Mhammad2023 commited on
Commit
3d896a6
·
verified ·
1 Parent(s): 6fd9338

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -53,7 +53,8 @@ final_answer = FinalAnswerTool()
53
  from smolagents import LiteLLMModel
54
  model = LiteLLMModel(
55
  model_id="ollama_chat/qwen2:7b",
56
- api_base="http://127.0.0.1:11434",
 
57
  num_ctx=8192
58
  )
59
 
 
53
  from smolagents import LiteLLMModel
54
  model = LiteLLMModel(
55
  model_id="ollama_chat/qwen2:7b",
56
+ # api_base="http://127.0.0.1:11434",
57
+ api_base="http:172.24.176.1:11434",
58
  num_ctx=8192
59
  )
60