arad1367 commited on
Commit
74216d1
1 Parent(s): 9356833

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ openai_api_key = st.text_input("Enter your OpenAI API Key:", type="password")
20
  # Dropdown to select the model
21
  model_choice = st.selectbox(
22
  "Select the model:",
23
- ["gpt-3.5", "gpt-3.5-turbo", "gpt-4", "gpt-4-turbo","gpt-4-0"]
24
  )
25
 
26
  # Create sessionMessages if not already exists
 
20
  # Dropdown to select the model
21
  model_choice = st.selectbox(
22
  "Select the model:",
23
+ ["gpt-3.5", "gpt-3.5-turbo", "gpt-4", "gpt-4-turbo","gpt-4o"]
24
  )
25
 
26
  # Create sessionMessages if not already exists