HenryY2023 commited on
Commit
8757816
·
verified ·
1 Parent(s): bd7b83a

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ final_answer = FinalAnswerTool()
126
  #custom_role_conversions=None,
127
  #)
128
  model=LiteLLMModel(
129
- model_id = 'ollama_chat/qwen2:7b",
130
  api_base="http://127.0.0.1:11434/",
131
  num_ctx=8192,
132
  )
 
126
  #custom_role_conversions=None,
127
  #)
128
  model=LiteLLMModel(
129
+ model_id = "ollama_chat/qwen2:7b",
130
  api_base="http://127.0.0.1:11434/",
131
  num_ctx=8192,
132
  )