Hacker News new | ask | show | jobs
Show HN: Command-Line Interface to ChatGPT (github.com)
4 points by peterdemin 1286 days ago
2 comments

I've been working on this, it's pretty nice

https://github.com/mmabrouk/chatgpt-wrapper/pull/6

This is an interface to the text-davinci-003 completion service, which is based on GPT-3, not GPT-3.5 like ChatGPT.

There is no public facing API for ChatGPT yet.