Mhammad2023 commited on
Commit
8b04f96
·
verified ·
1 Parent(s): 3d896a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ 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
 
 
54
  model = LiteLLMModel(
55
  model_id="ollama_chat/qwen2:7b",
56
  # api_base="http://127.0.0.1:11434",
57
+ api_base="http://192.168.1.106:11434",
58
  num_ctx=8192
59
  )
60