stuhlmueller / gpt.el

A simple Emacs package for calling instruction-following language models
MIT License
68 stars 10 forks source link

make-process--with-editor-process-filter: Wrong type argument: stringp, 2000 #14

Closed winterNan closed 7 months ago

winterNan commented 7 months ago

I encountered the above error. I can use the gpy.py in the elpa folder but not calling it from my emacs 28.1 with gpt.el.

winterNan commented 7 months ago

:heart: solved with (setq gpt-openai-max-tokens "2000") (setq gpt-openai-temperature "0")