Isaac454 commited on
Commit
00a291a
·
verified ·
1 Parent(s): 994f2bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ class WeatherTool(Tool):
176
 
177
  # --- Initialize LLM Model ---
178
  model = LiteLLMModel(
179
- model_id="huggingface/google/gemma-2-2b-it",
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.