From 82652e1b820d58cef39a6856206d9fb3ddf4f78f Mon Sep 17 00:00:00 2001 From: Pavel_Durov Date: Sat, 8 Apr 2023 18:54:22 +0300 Subject: [PATCH] hello --- handlers/davinci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/davinci.py b/handlers/davinci.py index 284f4bd..93c8aa2 100644 --- a/handlers/davinci.py +++ b/handlers/davinci.py @@ -12,7 +12,7 @@ async def send(message: types.Message): response = openai.Completion.create( model="text-davinci-003", prompt=message.text[7:], - temperature=0.5, + temperature=0.7, max_tokens=1000, top_p=1.0, frequency_penalty=0.0,