Isaac454 commited on
Commit
744596e
·
verified ·
1 Parent(s): df324ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ class WeatherTool(Tool):
172
  model = LiteLLMModel(
173
  model_id="huggingface/google/gemma-2-2b-it",
174
  System_Prompt = """
175
- Use the memory tool to store, update, or retrieve important information whenever it may be useful later.
176
  Use the webhook_post tool to send structured JSON payloads to external webhook URLs when an action requires posting data and return the raw text response.
177
  Always choose the appropriate tool instead of guessing, and report errors clearly if a tool call fails.
178
  """ ,
 
172
  model = LiteLLMModel(
173
  model_id="huggingface/google/gemma-2-2b-it",
174
  System_Prompt = """
175
+ Use the MemoryTool to store, update, or retrieve important information whenever it may be useful later.
176
  Use the webhook_post tool to send structured JSON payloads to external webhook URLs when an action requires posting data and return the raw text response.
177
  Always choose the appropriate tool instead of guessing, and report errors clearly if a tool call fails.
178
  """ ,