Update app.py
Browse files
app.py
CHANGED
@@ -97,13 +97,11 @@ def main():
|
|
97 |
llm_model = st.selectbox(
|
98 |
"LLM Model",
|
99 |
options=[
|
100 |
-
"microsoft/Phi-4-multimodal-instruct",
|
101 |
-
"google/gemma-3-4b-it",
|
102 |
"mistralai/Mistral-7B-Instruct-v0.2",
|
103 |
-
"
|
104 |
-
"
|
105 |
"Salesforce/xgen-7b-8k-inst",
|
106 |
-
"
|
107 |
],
|
108 |
index=0
|
109 |
)
|
|
|
97 |
llm_model = st.selectbox(
|
98 |
"LLM Model",
|
99 |
options=[
|
|
|
|
|
100 |
"mistralai/Mistral-7B-Instruct-v0.2",
|
101 |
+
"meta-llama/Llama-3.2-1B",
|
102 |
+
"microsoft/Phi-4-mini-instruct",
|
103 |
"Salesforce/xgen-7b-8k-inst",
|
104 |
+
"meta-llama/Llama-3.2-3B-Instruct"
|
105 |
],
|
106 |
index=0
|
107 |
)
|