eaglelandsonce commited on
Commit
788e7b9
·
1 Parent(s): 169d83b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ st.set_page_config(page_title="Chat Toolkit",layout="wide")
26
  with st.sidebar.expander("Model Options", expanded=False):
27
  menu = ["htm", "txt", "md"]
28
  choice = st.selectbox("Output File Type:", menu)
29
- model_choice = st.radio("Select Model:", ('gpt-3.5-turbo', 'gpt-3.5-turbo-0301', 'gpt-4'))
30
 
31
 
32
  def generate_filename(prompt, file_type):
 
26
  with st.sidebar.expander("Model Options", expanded=False):
27
  menu = ["htm", "txt", "md"]
28
  choice = st.selectbox("Output File Type:", menu)
29
+ model_choice = st.radio("Select Model:", ('gpt-3.5-turbo', 'gpt-4'))
30
 
31
 
32
  def generate_filename(prompt, file_type):