JUNGU commited on
Commit
31fdec8
·
verified ·
1 Parent(s): 697874f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-4-mini",
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}