updating to mistral 22x
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ embedding_function = HuggingFaceBgeEmbeddings(
|
|
37 |
|
38 |
# Load the LLM
|
39 |
llm = Together(
|
40 |
-
model="mistralai/Mixtral-
|
41 |
temperature=0.2,
|
42 |
max_tokens=9096,
|
43 |
top_k=6,
|
|
|
37 |
|
38 |
# Load the LLM
|
39 |
llm = Together(
|
40 |
+
model="mistralai/Mixtral-8x22B-Instruct-v0.1",
|
41 |
temperature=0.2,
|
42 |
max_tokens=9096,
|
43 |
top_k=6,
|