lpolich commited on
Commit
89c5fbe
·
verified ·
1 Parent(s): e4231d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -69,7 +69,8 @@ final_answer = FinalAnswerTool()
69
  # model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
70
  # custom_role_conversions=None,
71
  # )
72
- litellm._turn_on_debug()
 
73
  model = LiteLLMModel(
74
  # model_id="ollama_chat/qwen2:7b", # Or try other Ollama-supported models
75
  # model_id="ollama/qwen2:7b", # Or try other Ollama-supported models
 
69
  # model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
70
  # custom_role_conversions=None,
71
  # )
72
+ LiteLLMModel._turn_on_debug()
73
+
74
  model = LiteLLMModel(
75
  # model_id="ollama_chat/qwen2:7b", # Or try other Ollama-supported models
76
  # model_id="ollama/qwen2:7b", # Or try other Ollama-supported models