Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e76ec0

Browse files
committed
Lower max-tokens to more reasonable range
1 parent 45e0cd7 commit 4e76ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegpt.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
:type 'string
7474
:group 'codegpt)
7575

76-
(defcustom codegpt-max-tokens 4000
76+
(defcustom codegpt-max-tokens 2000
7777
"The maximum number of tokens to generate in the completion."
7878
:type 'integer
7979
:group 'codegpt)

0 commit comments

Comments
 (0)