Sbnos commited on
Commit
cf7407a
·
verified ·
1 Parent(s): 1efd6af

updating to mistral 22x

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ embedding_function = HuggingFaceBgeEmbeddings(
37
 
38
  # Load the LLM
39
  llm = Together(
40
- model="mistralai/Mixtral-8x7B-Instruct-v0.1",
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,