vonshed commited on
Commit
cd1afd3
1 Parent(s): c3d0ba4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def reset_conversation():
116
  models =[key for key in model_links.keys()]
117
 
118
  # Create the sidebar with the dropdown for model selection
119
- selected_model = "Mistral":"mistralai/Mistral-7B-Instruct-v0.2" #st.sidebar.selectbox("Select Model", models)
120
 
121
  #Create a temperature slider
122
  #temp_values = st.sidebar.slider('Select a temperature value', 0.0, 1.0, (0.1))
 
116
  models =[key for key in model_links.keys()]
117
 
118
  # Create the sidebar with the dropdown for model selection
119
+ selected_model = model_links[0] #st.sidebar.selectbox("Select Model", models)
120
 
121
  #Create a temperature slider
122
  #temp_values = st.sidebar.slider('Select a temperature value', 0.0, 1.0, (0.1))