AItool commited on
Commit
befe0ba
·
verified ·
1 Parent(s): 139a30c

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", "meta-llama/Llama-3.2-3B-Instruct","meta-llama/Llama-3.1-8B-Instruct","meta-llama/Llama-3.2-1B-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","meta-llama/Llama-3.1-8B-Instruct","meta-llama/Llama-3.2-1B-Instruct","codellama/CodeLlama-34b-Instruct-hf"]
29
  selected_model = st.selectbox("Choose a model:", model_options)
30
 
31
  # Create a text input area for user prompts