jschuur / chatgpt-repl

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

Refactor: Migrate to openai-node 4.x #62

Open jschuur opened 7 months ago

jschuur commented 7 months ago

Migration guide: https://github.com/openai/openai-node/discussions/217

Use their streaming chat completion.

Remove streamed-chatgpt-api if no longer used (or update dependency to non github: version).