Skip to content

Commit c5c0bc4

Browse files
Luca FoppianoLuca Foppiano
authored andcommitted
make zephyr the default model
1 parent f5ab635 commit c5c0bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streamlit_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def play_old_messages():
158158
st.session_state['model'] = model = st.radio(
159159
"Model",
160160
("chatgpt-3.5-turbo", "mistral-7b-instruct-v0.1", "zephyr-7b-beta"),
161-
index=1,
161+
index=2,
162162
captions=[
163163
"ChatGPT 3.5 Turbo + Ada-002-text (embeddings)",
164164
"Mistral-7B-Instruct-V0.1 + Sentence BERT (embeddings) :free:",

0 commit comments

Comments
 (0)