srilakshu012456 commited on
Commit
a27045c
·
verified ·
1 Parent(s): 4787b4e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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: