Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|