Wedyan2023 commited on
Commit
7aa653f
·
verified ·
1 Parent(s): 5a30d0c

Update app110.py

Browse files
Files changed (1) hide show
  1. app110.py +2 -2
app110.py CHANGED
@@ -158,12 +158,12 @@ with st.sidebar:
158
 
159
  selected_model = st.selectbox(
160
  "Select Model",
161
- ["meta-llama/Llama-Prompt-Guard-2-86M","mistralai/Mistral-7B-Instruct-v0.2", "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",
162
  "meta-llama/Llama-3.1-70B-Instruct"],
163
  key='model_select'
164
  )
165
 
166
-
167
  temperature = st.slider(
168
  "Temperature",
169
  0.0, 1.0, 0.7,
 
158
 
159
  selected_model = st.selectbox(
160
  "Select Model",
161
+ ["meta-llama/Llama-3.3-70B-Instruct", "meta-llama/Llama-Prompt-Guard-2-86M", "meta-llama/Llama-3.2-11B-Vision-Instruct","meta-llama/Meta-Llama-3-8B-Instruct-Turbo", "meta-llama/Llama-3.2-3B-Instruct","meta-llama/Llama-4-Scout-17B-16E-Instruct", "meta-llama/Meta-Llama-3-8B-Instruct",
162
  "meta-llama/Llama-3.1-70B-Instruct"],
163
  key='model_select'
164
  )
165
 
166
+ #"mistralai/Mistral-7B-Instruct-v0.2",
167
  temperature = st.slider(
168
  "Temperature",
169
  0.0, 1.0, 0.7,