Zekun Wu commited on
Commit
3b77eb1
1 Parent(s): b01eaa8
Files changed (1) hide show
  1. pages/2_Conversation_Evaluation.py +1 -1
pages/2_Conversation_Evaluation.py CHANGED
@@ -66,7 +66,7 @@ if not st.session_state.get('password_correct', False):
66
  check_password()
67
  else:
68
  st.sidebar.success("Password Verified. Proceed with the demo.")
69
- model_name = st.selectbox('Select a model:', ['gpt4-1106', 'gpt35-1106'])
70
 
71
  # User choice between predefined examples or their own input
72
  input_type = st.radio("Choose input type:", ('Use predefined example', 'Enter your own'))
 
66
  check_password()
67
  else:
68
  st.sidebar.success("Password Verified. Proceed with the demo.")
69
+ model_name = st.selectbox('Select a model:', ['gpt35-1106'])
70
 
71
  # User choice between predefined examples or their own input
72
  input_type = st.radio("Choose input type:", ('Use predefined example', 'Enter your own'))