Yumenohoshi commited on
Commit
66295fd
1 Parent(s): 14a5f03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ class CTranslate2StreamLLM(LLM):
19
 
20
  max_length: int = 128
21
  repetition_penalty: float = 1.1
22
- temperature: float = 0.9
23
- topk: int = 20
24
 
25
  @property
26
  def _llm_type(self) -> str:
 
19
 
20
  max_length: int = 128
21
  repetition_penalty: float = 1.1
22
+ temperature: float = 0.7
23
+ topk: int = 10
24
 
25
  @property
26
  def _llm_type(self) -> str: