Update app.py
Browse files
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-
|
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
|