Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,8 +67,6 @@ final_answer = FinalAnswerTool()
|
|
| 67 |
# model_id='meta-llama/Llama-3.1-8B-Instruct',# it is possible that this model may be overloaded
|
| 68 |
# custom_role_conversions=None,
|
| 69 |
# )
|
| 70 |
-
|
| 71 |
-
|
| 72 |
model = LiteLLMModel(
|
| 73 |
model_id="ollama_chat/qwen2:7b", # Or try other Ollama-supported models
|
| 74 |
api_base="http://127.0.0.1:11434", # Default Ollama local server
|
|
|
|
| 67 |
# model_id='meta-llama/Llama-3.1-8B-Instruct',# it is possible that this model may be overloaded
|
| 68 |
# custom_role_conversions=None,
|
| 69 |
# )
|
|
|
|
|
|
|
| 70 |
model = LiteLLMModel(
|
| 71 |
model_id="ollama_chat/qwen2:7b", # Or try other Ollama-supported models
|
| 72 |
api_base="http://127.0.0.1:11434", # Default Ollama local server
|