Pradeep Kumar commited on
Commit
db219ff
·
verified ·
1 Parent(s): 8501fc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -42,11 +42,14 @@ def main() -> None:
42
  selected_model = st.selectbox(
43
  "Select LLM",
44
  options=[
45
- "google/flan-t5-xxl",
 
 
46
  "mistralai/Mistral-7B-Instruct-v0.3",
47
  "bigscience/bloom",
 
48
  "HuggingFaceH4/zephyr-7b-beta",
49
- "meta-llama/Llama-2-7b-chat-hf"
50
  ],
51
  index=0,
52
  key="selected_model"
 
42
  selected_model = st.selectbox(
43
  "Select LLM",
44
  options=[
45
+ "deepseek-ai/DeepSeek-V3",
46
+ "Qwen/Qwen2.5-7B-Instruct",
47
+ "meta-llama/Llama-3.1-8B-Instruct",
48
  "mistralai/Mistral-7B-Instruct-v0.3",
49
  "bigscience/bloom",
50
+ "google/flan-t5-xxl",
51
  "HuggingFaceH4/zephyr-7b-beta",
52
+ "meta-llama/Llama-2-7b-chat-hf",
53
  ],
54
  index=0,
55
  key="selected_model"