Spaces:
Sleeping
Sleeping
make zephyr the default model
Browse files- streamlit_app.py +1 -1
streamlit_app.py
CHANGED
@@ -158,7 +158,7 @@ with st.sidebar:
|
|
158 |
st.session_state['model'] = model = st.radio(
|
159 |
"Model",
|
160 |
("chatgpt-3.5-turbo", "mistral-7b-instruct-v0.1", "zephyr-7b-beta"),
|
161 |
-
index=
|
162 |
captions=[
|
163 |
"ChatGPT 3.5 Turbo + Ada-002-text (embeddings)",
|
164 |
"Mistral-7B-Instruct-V0.1 + Sentence BERT (embeddings) :free:",
|
|
|
158 |
st.session_state['model'] = model = st.radio(
|
159 |
"Model",
|
160 |
("chatgpt-3.5-turbo", "mistral-7b-instruct-v0.1", "zephyr-7b-beta"),
|
161 |
+
index=2,
|
162 |
captions=[
|
163 |
"ChatGPT 3.5 Turbo + Ada-002-text (embeddings)",
|
164 |
"Mistral-7B-Instruct-V0.1 + Sentence BERT (embeddings) :free:",
|