Sbnos commited on
Commit
17dad20
·
verified ·
1 Parent(s): 4bfe10b

tuk tak changes

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -39,8 +39,8 @@ embedding_function = HuggingFaceBgeEmbeddings(
39
  llm = Together(
40
  model="mistralai/Mixtral-8x22B-Instruct-v0.1",
41
  temperature=0.2,
42
- max_tokens=19096,
43
- top_k=6,
44
  together_api_key=os.environ['pilotikval']
45
  )
46
 
@@ -49,7 +49,7 @@ llmc = Together(
49
  model="mistralai/Mixtral-8x22B-Instruct-v0.1",
50
  temperature=0.2,
51
  max_tokens=1024,
52
- top_k=1,
53
  together_api_key=os.environ['pilotikval']
54
  )
55
 
 
39
  llm = Together(
40
  model="mistralai/Mixtral-8x22B-Instruct-v0.1",
41
  temperature=0.2,
42
+ max_tokens=24096,
43
+ top_k=12,
44
  together_api_key=os.environ['pilotikval']
45
  )
46
 
 
49
  model="mistralai/Mixtral-8x22B-Instruct-v0.1",
50
  temperature=0.2,
51
  max_tokens=1024,
52
+ top_k=3,
53
  together_api_key=os.environ['pilotikval']
54
  )
55