Spaces:
Sleeping
Sleeping
Update Qbot.py
Browse files
Qbot.py
CHANGED
@@ -78,7 +78,7 @@ def retriever_qa(file, query, llm_model, temperature, max_new_tokens, embedding_
|
|
78 |
return response["result"]
|
79 |
|
80 |
llm_models = [
|
81 |
-
"Mixtral-8x7B-Instruct-v0.1",
|
82 |
"EleutherAI/gpt-neo-2.7B",
|
83 |
"google/flan-t5-large",
|
84 |
"google/flan-t5-xl",
|
|
|
78 |
return response["result"]
|
79 |
|
80 |
llm_models = [
|
81 |
+
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
82 |
"EleutherAI/gpt-neo-2.7B",
|
83 |
"google/flan-t5-large",
|
84 |
"google/flan-t5-xl",
|