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