Update app.py
Browse files
app.py
CHANGED
@@ -176,7 +176,7 @@ Now, generate the {matrix_type}:
|
|
176 |
"""
|
177 |
|
178 |
response = openai.ChatCompletion.create(
|
179 |
-
model="gpt-
|
180 |
messages=[
|
181 |
{"role": "system", "content": "You are a precise matrix generator that outputs only the requested matrix without any additional text."},
|
182 |
{"role": "user", "content": prompt}
|
|
|
176 |
"""
|
177 |
|
178 |
response = openai.ChatCompletion.create(
|
179 |
+
model="gpt-4-turbo",
|
180 |
messages=[
|
181 |
{"role": "system", "content": "You are a precise matrix generator that outputs only the requested matrix without any additional text."},
|
182 |
{"role": "user", "content": prompt}
|