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

update for pcj

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,8 +39,8 @@ embedding_function = HuggingFaceBgeEmbeddings(
39
  llm = Together(
40
  model="mistralai/Mixtral-8x7B-Instruct-v0.1",
41
  temperature=0.2,
42
- max_tokens=4096,
43
- top_k=4,
44
  together_api_key=os.environ['pilotikval']
45
  )
46
 
 
39
  llm = Together(
40
  model="mistralai/Mixtral-8x7B-Instruct-v0.1",
41
  temperature=0.2,
42
+ max_tokens=9096,
43
+ top_k=6,
44
  together_api_key=os.environ['pilotikval']
45
  )
46