Andrew-Gl commited on
Commit
afd4033
·
verified ·
1 Parent(s): 942d2ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="http://192.168.88.38:11434", # Default Ollama local server
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