Spaces:
Sleeping
Sleeping
Update Qbot.py
Browse files
Qbot.py
CHANGED
@@ -81,7 +81,7 @@ llm_models = [
|
|
81 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
82 |
"EleutherAI/gpt-neo-2.7B",
|
83 |
"google/flan-t5-large",
|
84 |
-
"
|
85 |
]
|
86 |
|
87 |
embedding_models = [
|
|
|
81 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
82 |
"EleutherAI/gpt-neo-2.7B",
|
83 |
"google/flan-t5-large",
|
84 |
+
"HuggingFaceH4/zephyr-7b-beta",
|
85 |
]
|
86 |
|
87 |
embedding_models = [
|