Spaces:
Sleeping
Sleeping
Updated GPT Engine
Browse files
app.py
CHANGED
@@ -266,7 +266,7 @@ with st.container():
|
|
266 |
st.info("The questions are generated. This may take a short moment.", icon="ℹ️")
|
267 |
with st.spinner("Loading..."):
|
268 |
res = openai.ChatCompletion.create(
|
269 |
-
engine="gpt-4",
|
270 |
temperature=0.2,
|
271 |
messages=[
|
272 |
{
|
|
|
266 |
st.info("The questions are generated. This may take a short moment.", icon="ℹ️")
|
267 |
with st.spinner("Loading..."):
|
268 |
res = openai.ChatCompletion.create(
|
269 |
+
engine="gpt-4-1106",
|
270 |
temperature=0.2,
|
271 |
messages=[
|
272 |
{
|