Spaces:
Sleeping
Sleeping
cosmetics
Browse files- streamlit_app.py +1 -1
streamlit_app.py
CHANGED
@@ -84,7 +84,7 @@ def play_old_messages():
|
|
84 |
|
85 |
is_api_key_provided = st.session_state['api_key']
|
86 |
|
87 |
-
model = st.sidebar.radio("Model", ("chatgpt-3.5-turbo", "mistral-7b-instruct-v0.1"),
|
88 |
index=1,
|
89 |
captions=[
|
90 |
"ChatGPT 3.5 Turbo + Ada-002-text (embeddings)",
|
|
|
84 |
|
85 |
is_api_key_provided = st.session_state['api_key']
|
86 |
|
87 |
+
model = st.sidebar.radio("Model (cannot be changed after selection or upload)", ("chatgpt-3.5-turbo", "mistral-7b-instruct-v0.1"),
|
88 |
index=1,
|
89 |
captions=[
|
90 |
"ChatGPT 3.5 Turbo + Ada-002-text (embeddings)",
|