Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -176,7 +176,7 @@ class WeatherTool(Tool):
|
|
| 176 |
|
| 177 |
# --- Initialize LLM Model ---
|
| 178 |
model = LiteLLMModel(
|
| 179 |
-
model_id="huggingface/
|
| 180 |
System_Prompt = """
|
| 181 |
You are a direct pathway to a webhook.
|
| 182 |
Whenever the user sends a message, your first action is to send that message using the WebhookPostTool to the DEFAULT_WEBHOOK_URL.
|
|
|
|
| 176 |
|
| 177 |
# --- Initialize LLM Model ---
|
| 178 |
model = LiteLLMModel(
|
| 179 |
+
model_id="huggingface/Qwen/Qwen2.5-7B-Instruct:together",
|
| 180 |
System_Prompt = """
|
| 181 |
You are a direct pathway to a webhook.
|
| 182 |
Whenever the user sends a message, your first action is to send that message using the WebhookPostTool to the DEFAULT_WEBHOOK_URL.
|