Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ st.title("💬 Chatbot")
|
|
| 9 |
st.caption("")
|
| 10 |
|
| 11 |
# Select model using a dropdown
|
| 12 |
-
model_choice = st.selectbox('Choose a model:', ['gpt-
|
| 13 |
|
| 14 |
# Initialize session state for storing messages if it doesn't already exist
|
| 15 |
if "messages" not in st.session_state:
|
|
|
|
| 9 |
st.caption("")
|
| 10 |
|
| 11 |
# Select model using a dropdown
|
| 12 |
+
model_choice = st.selectbox('Choose a model:', ['gpt-4-turbo','gpt-3.5-turbo', 'gpt-3.5-turbo-0125','gpt-3.5-turbo-1106','gpt-3.5-turbo-0613','gpt-3.5-turbo-16k-0613','gpt-3.5-turbo-16k','gpt-4-turbo-2024-04-09','gpt-4-turbo-preview', 'gpt-4-0125-preview','gpt-4-1106-preview','gpt-4-0613'])
|
| 13 |
|
| 14 |
# Initialize session state for storing messages if it doesn't already exist
|
| 15 |
if "messages" not in st.session_state:
|