Ryukijano commited on
Commit
69d8904
·
verified ·
1 Parent(s): 94292fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ if __name__=='__main__':
189
  print(text)
190
  if text is None or text=='':
191
  raise gr.Error('Text cannot be empty')
192
- model='gpt-3.5-turbo'
193
  openai.api_key = "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"
194
 
195
  # Start sending prompts
 
189
  print(text)
190
  if text is None or text=='':
191
  raise gr.Error('Text cannot be empty')
192
+ model='gpt-4o-mini'
193
  openai.api_key = "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"
194
 
195
  # Start sending prompts