https://github.com/faanid/chatbot-chatgpt-4
Create a chatbot using the chatCompletion endpoint and ChatGPT-4, and store the conversation in a database.
https://github.com/faanid/chatbot-chatgpt-4
api-openapi chatbot chatcompletion gpt-4-model javascript open-ai-model
Last synced: over 1 year ago
JSON representation
Create a chatbot using the chatCompletion endpoint and ChatGPT-4, and store the conversation in a database.
- Host: GitHub
- URL: https://github.com/faanid/chatbot-chatgpt-4
- Owner: faanid
- Created: 2023-07-19T15:27:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T17:48:08.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T20:28:04.948Z (over 1 year ago)
- Topics: api-openapi, chatbot, chatcompletion, gpt-4-model, javascript, open-ai-model
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Quick start:
```
$ npm install
$ npm start