Core23 commited on
Commit
05c8f96
1 Parent(s): 4c7fb0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ def generate_response(transcribed_text):
130
  "content": transcribed_text
131
  },
132
  ],
133
- model="gpt-4"
134
  )
135
  return response.choices[0].message.content
136
 
 
130
  "content": transcribed_text
131
  },
132
  ],
133
+ model="gpt-4-1106-preview"
134
  )
135
  return response.choices[0].message.content
136