jschuur / chatgpt-repl

Interactive CLI for ChatGPT
https://npmjs.com/package/chatgpt-repl
13 stars 0 forks source link

BUG: Using other models doesn't work #11

Closed jschuur closed 1 year ago

jschuur commented 1 year ago

Doesn't quite seem as easy as chatgpt-repl -m text-davinci-002 e.g..

Check if other models have a different API/parameter set.

jschuur commented 1 year ago

createChatCompletion only takes in gpt-3.5-turbo models.

Would need to support createCompletion for text- (or code-) support.

jschuur commented 1 year ago

0.2 will now error out on trying to use known non chat completion models and warn on any other unknown model names, but continue.

Support for non chat completions covered in #12.