AItool commited on
Commit
762e2f9
·
verified ·
1 Parent(s): dfa8b8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ if "full_text" not in st.session_state:
25
  st.session_state["full_text"] = ""
26
 
27
  # Model selection dropdown
28
- model_options = [ "TinyLlama/TinyLlama-1.1B-Chat-v1.0","Qwen/Qwen2.5-1.5B-Instruct", "Qwen/Qwen2.5-72B-Instruct" ]
29
  selected_model = st.selectbox("Choose a model:", model_options)
30
 
31
  # Create a text input area for user prompts
 
25
  st.session_state["full_text"] = ""
26
 
27
  # Model selection dropdown
28
+ model_options = [ "TinyLlama/TinyLlama-1.1B-Chat-v1.0","Qwen/Qwen2.5-1.5B-Instruct", "Qwen/Qwen2.5-72B-Instruct", "meta-llama/Llama-3.2-3B-Instruct"]
29
  selected_model = st.selectbox("Choose a model:", model_options)
30
 
31
  # Create a text input area for user prompts