awacke1 commited on
Commit
275b3dd
·
1 Parent(s): 685320e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ elif choice == "md":
31
  elif choice == "py":
32
  st.sidebar.write(choicePrefix + "Python Code.")
33
 
34
- model_choice = st.sidebar.radio("Select Model:", ('gpt-3.5-turbo', 'gpt-4'))
35
 
36
  def chat_with_model(prompt, document_section):
37
  model = model_choice
 
31
  elif choice == "py":
32
  st.sidebar.write(choicePrefix + "Python Code.")
33
 
34
+ model_choice = st.sidebar.radio("Select Model:", ('gpt-3.5-turbo', 'gpt-4-0314'))
35
 
36
  def chat_with_model(prompt, document_section):
37
  model = model_choice