Wedyan2023 commited on
Commit
8bbe7b5
·
verified ·
1 Parent(s): 5056804

Update app110.py

Browse files
Files changed (1) hide show
  1. app110.py +2 -2
app110.py CHANGED
@@ -47,7 +47,7 @@ client = OpenAI(
47
  # ],
48
  # )
49
 
50
- print(completion.choices[0].message)
51
  #####
52
  ##########################################################3
53
  # import streamlit as st
@@ -269,7 +269,7 @@ with st.sidebar:
269
 
270
  selected_model = st.selectbox(
271
  "Select Model",
272
- ["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",
273
  "meta-llama/Llama-3.1-70B-Instruct"],
274
  key='model_select'
275
  )
 
47
  # ],
48
  # )
49
 
50
+ #print(completion.choices[0].message)
51
  #####
52
  ##########################################################3
53
  # import streamlit as st
 
269
 
270
  selected_model = st.selectbox(
271
  "Select Model",
272
+ ["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",
273
  "meta-llama/Llama-3.1-70B-Instruct"],
274
  key='model_select'
275
  )