Get GPT like ChatGPT on your terminal
Note: This doesn't use OpenAI ChatGPT, it uses text-davinci-003 model (by default)
You'll need to have your own OpenAi apikey to operate this package.
1. Go to https://beta.openai.com
2. Select you profile menu and go to View API Keys
3. Select + Create new secret key
4. Copy generated key
Get started:
Using tgpt:
npm -g install terminalgpt
or
yarn global add terminalgpt
Run
tgpt chat
ps.: If it is your first time running it, it will ask for open AI key , paste generated key from pre-requisite steps
A ChatGPT web client that supports multiple users, and databases
A ChatGPT web client that supports multiple users, multiple database connections for persistent data storage, supports i18n. Provides Docker images and quick deployment scripts. Support gpt-4 model. You can select the model in the "Model Parameters" of the front-end. The GPT-4 model requires whitelist access from OpenAI. Added web search capability to generate more relevant and up-to-date answers from ChatGPT! This feature is off by default, you can turn it on in `Chat->Settings` in the...
A client implementation for ChatGPT and Bing AI. Available as a Node.js module, REST API server, and CLI app. Support for the official ChatGPT model has been added! You can now use the gpt-3.5-turbo model with the official OpenAI API, using ChatGPTClient. This is the same model that ChatGPT uses, and it's the most powerful model available right now. Usage of this model is not free, however it is 10x cheaper than text-davinci-003.