We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0935ee commit 1920a43Copy full SHA for 1920a43
1 file changed
api/chatgpt.py
@@ -16,7 +16,7 @@ def get_response(self):
16
temperature=0,
17
frequency_penalty = 0,
18
presence_penalty = 0.6,
19
- max_tokens=240
+ max_tokens=1024
20
)
21
return response['choices'][0]['text'].strip()
22
0 commit comments