lfoppiano commited on
Commit
c5c0bc4
1 Parent(s): f5ab635

make zephyr the default model

Browse files
Files changed (1) hide show
  1. 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=1,
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:",