switch gpt-4 to gpt-4-1106-preview
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ with tab3:
|
|
186 |
# Perform automatic translation using OpenAI GPT-3.5-turbo model
|
187 |
response = client.chat.completions.create(
|
188 |
# model="gpt-3.5-turbo",
|
189 |
-
model="gpt-4",
|
190 |
# api_key=openai_api_key,
|
191 |
messages=messages
|
192 |
)
|
|
|
186 |
# Perform automatic translation using OpenAI GPT-3.5-turbo model
|
187 |
response = client.chat.completions.create(
|
188 |
# model="gpt-3.5-turbo",
|
189 |
+
model="gpt-4-1106-preview",
|
190 |
# api_key=openai_api_key,
|
191 |
messages=messages
|
192 |
)
|