Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ visit_webpage = VisitWebpageTool()
|
|
| 52 |
model= LiteLLMModel(
|
| 53 |
model_id="ollama_chat/hf.co/unsloth/Qwen2.5-Coder-7B-Instruct-128K-GGUF:Q4_K_M",
|
| 54 |
# model_id="ollama_chat/qwen2.5:7b-instruct", # Or try other Ollama-supported models
|
| 55 |
-
api_base="
|
| 56 |
num_ctx=8192,
|
| 57 |
)
|
| 58 |
|
|
|
|
| 52 |
model= LiteLLMModel(
|
| 53 |
model_id="ollama_chat/hf.co/unsloth/Qwen2.5-Coder-7B-Instruct-128K-GGUF:Q4_K_M",
|
| 54 |
# model_id="ollama_chat/qwen2.5:7b-instruct", # Or try other Ollama-supported models
|
| 55 |
+
api_base="https://1ffaf232f7fe.ngrok-free.app", # Default Ollama local server
|
| 56 |
num_ctx=8192,
|
| 57 |
)
|
| 58 |
|