Try-Chat-GPT is a command line interface (CLI) application that allows you to ask questions and receive instant responses using OpenAI's GPT-3 language model.
- Install Node.js on your computer.
- Clone or download the repository to your local machine using Git.
- Open the terminal and navigate to the directory where the repository is located.
- Run the command "npm install" to install the required dependencies.
- Create
.env
file with an API key withOPENAI_API_KEY=openaiapikey
format.- You can get API key on OpenAI accout page.
To start using Chat-GPT, run the following command in the terminal:
node index.js 'question for chat-gpt'
Replace 'question for chat-gpt' with your own question that you want to ask.
You will receive an instant response from the application using the GPT-3 language model.
Contributions are welcome! If you want to make any changes, fork the repository, make your changes, then create a pull request.
This project is licensed under the MIT License. See LICENSE for more information.