lpolich commited on
Commit
d93b74d
·
verified ·
1 Parent(s): 49c4dbc

Update app.py

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