jschuur / chatgpt-repl

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

BUG: ora spinner doesn't work with readline #15

Closed jschuur closed 1 year ago

jschuur commented 1 year ago

Seems to exit the chat loop if I try and use an ora spinner.

Have raised an isssue about this on ora repo.

jschuur commented 1 year ago

Try with discardStdin: false (per https://github.com/sindresorhus/ora/issues/220#issuecomment-1504737968)