Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ def generate_living_record(data, school_level, subjects=None, major=None):
|
|
| 19 |
instruction_text = instructions.instruction
|
| 20 |
|
| 21 |
response = openai.ChatCompletion.create(
|
| 22 |
-
model="gpt-
|
| 23 |
messages=[
|
| 24 |
{"role": "system", "content": instruction_text},
|
| 25 |
{"role": "user", "content": data_str}
|
|
|
|
| 19 |
instruction_text = instructions.instruction
|
| 20 |
|
| 21 |
response = openai.ChatCompletion.create(
|
| 22 |
+
model="gpt-4o-mini",
|
| 23 |
messages=[
|
| 24 |
{"role": "system", "content": instruction_text},
|
| 25 |
{"role": "user", "content": data_str}
|