Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ if openai_api_key:
|
|
147 |
|
148 |
# Get the GPT-3.5-turbo response
|
149 |
response = openai.ChatCompletion.create(
|
150 |
-
model="gpt-
|
151 |
messages=[{"role": "user", "content": modified_prompt}]
|
152 |
)
|
153 |
|
|
|
147 |
|
148 |
# Get the GPT-3.5-turbo response
|
149 |
response = openai.ChatCompletion.create(
|
150 |
+
model="gpt-4o-mini",
|
151 |
messages=[{"role": "user", "content": modified_prompt}]
|
152 |
)
|
153 |
|