mbosse99 commited on
Commit
03d5dfe
·
verified ·
1 Parent(s): d5eddbc

Updated GPT Engine

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  {