Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -149,9 +149,9 @@ if 'source_documents' not in st.session_state:
|
|
| 149 |
if 'model' not in st.session_state:
|
| 150 |
#st.session_state['model'] = "mistralai/Mixtral-8x7B-Instruct-v0.1" # or "mistralai/Mistral-7B-Instruct-v0.2"
|
| 151 |
#st.session_state['model'] = "meta-llama/Llama-3.1-8B-Instruct"
|
| 152 |
-
|
| 153 |
#st.session_state['model'] = "meta-llama/Llama-3.3-70B-Instruct"
|
| 154 |
-
st.session_state['model'] = "meta-llama/Llama-4-Scout-17B-16E-Instruct"
|
| 155 |
|
| 156 |
if 'temperature' not in st.session_state:
|
| 157 |
st.session_state['temperature'] = 0.25
|
|
|
|
| 149 |
if 'model' not in st.session_state:
|
| 150 |
#st.session_state['model'] = "mistralai/Mixtral-8x7B-Instruct-v0.1" # or "mistralai/Mistral-7B-Instruct-v0.2"
|
| 151 |
#st.session_state['model'] = "meta-llama/Llama-3.1-8B-Instruct"
|
| 152 |
+
st.session_state['model'] = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
| 153 |
#st.session_state['model'] = "meta-llama/Llama-3.3-70B-Instruct"
|
| 154 |
+
#st.session_state['model'] = "meta-llama/Llama-4-Scout-17B-16E-Instruct"
|
| 155 |
|
| 156 |
if 'temperature' not in st.session_state:
|
| 157 |
st.session_state['temperature'] = 0.25
|