Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/anandkr21/integrating-chatgpt
- Owner: Anandkr21
- Created: 2023-06-28T09:57:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-01T10:22:59.000Z (over 1 year ago)
- Last Synced: 2024-11-12T01:43:16.284Z (3 months ago)
- Topics: chatgpt, chatgpt-api
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Documentation :-
https://medium.com/codingthesmartway-com-blog/how-to-use-openais-chatgpt-api-in-node-js-3f01c1f8d473This 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.