Closed benthamite closed 1 year ago
Yes, the API format for chat engines is different, so an update is needed.
FYI, this package was just released, which uses an Elisp library for the OpenAI API, so it may not be worth putting in the effort to update this one.
If we want to continue working on it (maybe as a simpler alternative to the chatgpt package @benthamite mentioned), we could use the openai package that the chatgpt package depends on.
Implemented in a38c152
Is there a way to make the package use GPT-3.5? Setting
gpt-openai-engine
to"gpt-3.5-turbo"
(which appears to be the name of GPT-3.5 according to this page) does not work unfortunately.