lpolich commited on
Commit
6fff43c
·
verified ·
1 Parent(s): c71fe76

Update app.py

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