eong commited on
Commit
87350b0
·
verified ·
1 Parent(s): 1f6713d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ final_answer = FinalAnswerTool()
70
 
71
 
72
  model = LiteLLMModel(
73
- model_id="ollama/qwen2:7b", # Or try other Ollama-supported models
74
  api_base="http://127.0.0.1:11434", # Default Ollama local server
75
  num_ctx=8192,
76
  )
 
70
 
71
 
72
  model = LiteLLMModel(
73
+ model_id="ollama_chat/qwen2:7b", # Or try other Ollama-supported models
74
  api_base="http://127.0.0.1:11434", # Default Ollama local server
75
  num_ctx=8192,
76
  )