Spaces:
Running
Running
Commit
·
41ce144
1
Parent(s):
43f456c
Update main.py
Browse files
main.py
CHANGED
@@ -24,6 +24,8 @@ class UserInterface():
|
|
24 |
"Open-Orca/Mistral-7B-OpenOrca",
|
25 |
"TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
26 |
"Sharathhebbar24/llama_7b_chat",
|
|
|
|
|
27 |
)
|
28 |
self.models = st.sidebar.selectbox(
|
29 |
label="Choose your models",
|
|
|
24 |
"Open-Orca/Mistral-7B-OpenOrca",
|
25 |
"TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
26 |
"Sharathhebbar24/llama_7b_chat",
|
27 |
+
"CultriX/MistralTrix-v1",
|
28 |
+
"ahxt/LiteLlama-460M-1T",
|
29 |
)
|
30 |
self.models = st.sidebar.selectbox(
|
31 |
label="Choose your models",
|