Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -616,7 +616,7 @@ Message: {user_message}"""
|
|
| 616 |
### Output
|
| 617 |
Return ONLY the rewritten guidance."""
|
| 618 |
headers = {"Content-Type": "application/json"}
|
| 619 |
-
payload = {"contents": [{"parts": [{"text": enhanced_prompt}]}]
|
| 620 |
bot_text = ""
|
| 621 |
http_code = 0
|
| 622 |
if use_gemini:
|
|
|
|
| 616 |
### Output
|
| 617 |
Return ONLY the rewritten guidance."""
|
| 618 |
headers = {"Content-Type": "application/json"}
|
| 619 |
+
payload = {"contents": [{"parts": [{"text": enhanced_prompt}]}]}
|
| 620 |
bot_text = ""
|
| 621 |
http_code = 0
|
| 622 |
if use_gemini:
|