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