更新 webapp.py

This commit is contained in:
luxtiasco 2023-02-22 22:45:58 +08:00 committed by GitHub
parent d0535e3f2d
commit 674bfad1c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -886,7 +886,7 @@ function send_chat()
body: JSON.stringify({ body: JSON.stringify({
"prompt": prompt, "prompt": prompt,
"max_tokens": 1000, "max_tokens": 1000,
"temperature": 0.5, "temperature": 0.9,
"top_p": 1, "top_p": 1,
"frequency_penalty": 0, "frequency_penalty": 0,
"presence_penalty": 1, "presence_penalty": 1,