Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,9 @@ models = [
|
|
25 |
"xai-org/grok-1",
|
26 |
"amazon/MistralLite",
|
27 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
28 |
-
"gpt2"
|
|
|
|
|
29 |
]
|
30 |
model_choice = st.sidebar.selectbox("Válaszd ki a modellt:", models)
|
31 |
|
|
|
25 |
"xai-org/grok-1",
|
26 |
"amazon/MistralLite",
|
27 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
28 |
+
"gpt2",
|
29 |
+
"google/gemma-2-2b-it",
|
30 |
+
"meta-llama/Llama-2-70b-hf"
|
31 |
]
|
32 |
model_choice = st.sidebar.selectbox("Válaszd ki a modellt:", models)
|
33 |
|