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

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -1
main.py CHANGED
@@ -710,7 +710,6 @@ def generate_soca(request: SOCARequest):
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
- make sure that you give output in form of sentences and not big paragrahs and bold import lines
714
  """
715
  response = openai.ChatCompletion.create(
716
  model="gpt-4o-mini", # Use GPT-4 or GPT-3.5 depending on your subscription
 
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