Omnibus commited on
Commit
353bb7c
1 Parent(s): f5db876

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def format_prompt(message, history):
18
 
19
  temperature=0.9
20
  top_p=0.95
21
- repetition_penalty=2.0
22
 
23
  def compress_history(history,temperature=temperature,top_p=top_p,repetition_penalty=repetition_penalty):
24
  client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
 
18
 
19
  temperature=0.9
20
  top_p=0.95
21
+ repetition_penalty=1.0
22
 
23
  def compress_history(history,temperature=temperature,top_p=top_p,repetition_penalty=repetition_penalty):
24
  client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")