Update app110.py
Browse files
app110.py
CHANGED
@@ -267,7 +267,7 @@ with st.sidebar:
|
|
267 |
|
268 |
selected_model = st.selectbox(
|
269 |
"Select Model",
|
270 |
-
["meta-llama/Llama-3.2-11B-Vision-Instruct","meta-llama/Meta-Llama-3-8B-Instruct-Turbo", "meta-llama/Llama-3.3-70B-Instruct", "meta-llama/Llama-3.2-3B-Instruct","meta-llama/Llama-4-Scout-17B-16E-Instruct", "meta-llama/Meta-Llama-3-8B-Instruct",
|
271 |
"meta-llama/Llama-3.1-70B-Instruct"],
|
272 |
key='model_select'
|
273 |
)
|
|
|
267 |
|
268 |
selected_model = st.selectbox(
|
269 |
"Select Model",
|
270 |
+
["meta-llama/Meta-Llama-3-8B-Instruct-Turbo", "meta-llama/Llama-3.2-11B-Vision-Instruct","meta-llama/Meta-Llama-3-8B-Instruct-Turbo", "meta-llama/Llama-3.3-70B-Instruct", "meta-llama/Llama-3.2-3B-Instruct","meta-llama/Llama-4-Scout-17B-16E-Instruct", "meta-llama/Meta-Llama-3-8B-Instruct",
|
271 |
"meta-llama/Llama-3.1-70B-Instruct"],
|
272 |
key='model_select'
|
273 |
)
|