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