Update webapp.py

This commit is contained in:
Joseph Cheung 2023-02-23 12:26:09 +08:00
parent 36a208fd04
commit 7bf1a953ef

View file

@ -706,7 +706,7 @@ def search():
gpt_data = { gpt_data = {
"prompt": prompt, "prompt": prompt,
"max_tokens": 256, "max_tokens": 256,
"temperature": 0.2, "temperature": 0.9,
"top_p": 1, "top_p": 1,
"frequency_penalty": 0, "frequency_penalty": 0,
"presence_penalty": 0, "presence_penalty": 0,