Crackershoot commited on
Commit
6b4bd33
·
verified ·
1 Parent(s): 9785991

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -14,7 +14,8 @@ from tools.final_answer import FinalAnswerTool
14
  from Gradio_UI import GradioUI
15
 
16
  model = LiteLLMModel(
17
- model_id = "ollama_chat/qwen2:7b", # Or try other Ollama-supported models
 
18
  api_base = "http://127.0.0.1:11434", # Default Ollama local server
19
  num_ctx = 8192
20
  )
 
14
  from Gradio_UI import GradioUI
15
 
16
  model = LiteLLMModel(
17
+ #model_id = "ollama_chat/qwen2:7b", # Or try other Ollama-supported models
18
+ model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
19
  api_base = "http://127.0.0.1:11434", # Default Ollama local server
20
  num_ctx = 8192
21
  )