JUNGU commited on
Commit
a526f83
·
verified ·
1 Parent(s): bf7719a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def upload_and_process_file():
25
  def generate_living_record(data):
26
  data_str = str(data)
27
  response = openai.ChatCompletion.create(
28
- model="gpt-3.5-turbo-16k",
29
  messages=[
30
  {"role": "system",
31
  "content": instructions.instruction
 
25
  def generate_living_record(data):
26
  data_str = str(data)
27
  response = openai.ChatCompletion.create(
28
+ model="gpt-4o-mini",
29
  messages=[
30
  {"role": "system",
31
  "content": instructions.instruction