Jacek Zadrożny commited on
Commit
2737c24
·
1 Parent(s): 849969d

Na wyjściu jest teraz 1024 tokenów

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def answer(tekst_wejsciowy, history):
48
  }
49
  ],
50
  temperature=0.1,
51
- max_tokens=512,
52
  top_p=1,
53
  frequency_penalty=0,
54
  presence_penalty=0)
 
48
  }
49
  ],
50
  temperature=0.1,
51
+ max_tokens=1024,
52
  top_p=1,
53
  frequency_penalty=0,
54
  presence_penalty=0)