Isaac454 commited on
Commit
a92d013
·
verified ·
1 Parent(s): cd3a7de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ model = LiteLLMModel(
117
  model_id="huggingface/google/gemma-2-2b-it",
118
  System_Prompt = """
119
  You can send JSON payloads to external webhook URLs using the webhook_post tool. Use this tool when you need to POST structured data to a webhook and return the raw text response. Handle errors gracefully and report failures clearly.
120
- """
121
  hf_token=HF_TOKEN
122
  )
123
 
 
117
  model_id="huggingface/google/gemma-2-2b-it",
118
  System_Prompt = """
119
  You can send JSON payloads to external webhook URLs using the webhook_post tool. Use this tool when you need to POST structured data to a webhook and return the raw text response. Handle errors gracefully and report failures clearly.
120
+ """ ,
121
  hf_token=HF_TOKEN
122
  )
123