Rakshitjan commited on
Commit
160ac11
·
verified ·
1 Parent(s): 2f8cfe1

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -709,7 +709,8 @@ def generate_soca(request: SOCARequest):
709
  Output_format=f"""
710
  output_format={output_format}
711
  Make sure you follow the format very strictly
712
- GENERATE THE SOCA FOR THE USER named {request.username}
 
713
  """
714
  response = openai.ChatCompletion.create(
715
  model="gpt-4o-mini", # Use GPT-4 or GPT-3.5 depending on your subscription
 
709
  Output_format=f"""
710
  output_format={output_format}
711
  Make sure you follow the format very strictly
712
+ Use Action Plan not just Action
713
+ Also give me raw output for example use ** for making the content bold
714
  """
715
  response = openai.ChatCompletion.create(
716
  model="gpt-4o-mini", # Use GPT-4 or GPT-3.5 depending on your subscription