Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anandkr21/integrating-chatgpt

This application is basically integrate with ChatGPT, and its work on the basis of your search query.
https://github.com/anandkr21/integrating-chatgpt

chatgpt chatgpt-api

Last synced: 17 days ago
JSON representation

This application is basically integrate with ChatGPT, and its work on the basis of your search query.

Awesome Lists containing this project

README

        

## Documentation :-
https://medium.com/codingthesmartway-com-blog/how-to-use-openais-chatgpt-api-in-node-js-3f01c1f8d473

This is application is basically work like ChatGPT and give answer, we need to write our question in terminal and it will give answer in terminal for same.

## Project setup
```bash
npm init -y
```
## Dependencies
```bash
npm install dotenv
npm install openai
npm install readline-sync
```

Generate your api Key and paste it in env file.