lpolich commited on
Commit
e4231d0
·
verified ·
1 Parent(s): 315ae14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -69,6 +69,7 @@ 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
  model = LiteLLMModel(
73
  # model_id="ollama_chat/qwen2:7b", # Or try other Ollama-supported models
74
  # 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
+ 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