Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|