mjsolidarios commited on
Commit
58ff903
·
verified ·
1 Parent(s): 788ec30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -42,7 +42,8 @@ final_answer = FinalAnswerTool()
42
 
43
 
44
  model = LiteLLMModel(
45
- model_id="ollama_chat/qwen2.5:7b", #Can try diffrent model here I am using qwen2.5 7B model
 
46
  num_ctx=8192,
47
  )
48
 
 
42
 
43
 
44
  model = LiteLLMModel(
45
+ model_id="ollama_chat/qwen2.5:7b",
46
+ api_base="http://0.0.0.0:7860"
47
  num_ctx=8192,
48
  )
49