https://github.com/JesseKartabani/chat-gpt-enhanced
ChatGPT but with more features
https://github.com/JesseKartabani/chat-gpt-enhanced
ai chatbot chatgpt nodejs openai react
Last synced: 5 months ago
JSON representation
ChatGPT but with more features
- Host: GitHub
- URL: https://github.com/JesseKartabani/chat-gpt-enhanced
- Owner: JesseKartabani
- Created: 2023-01-06T06:45:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T07:46:14.000Z (about 2 years ago)
- Last Synced: 2024-08-01T21:56:14.993Z (9 months ago)
- Topics: ai, chatbot, chatgpt, nodejs, openai, react
- Language: JavaScript
- Homepage: https://chat-gpt-enhanced.web.app/
- Size: 2.45 MB
- Stars: 52
- Watchers: 4
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - JesseKartabani/chat-gpt-enhanced - ChatGPT but with more features (JavaScript)
README
# ChatGPT Enhanced
Leverages OpenAI's API enabling the generation of natural language responses to user prompts. Additionally, it enhances ChatGPT's functionality by incorporating speech-to-text and giving users control over the AI's balance of logic and creativity. The user interface, developed with React, offers a simple and seamless interaction with the AI-powered service.
## [Live Website](https://chat-gpt-enhanced.web.app/)

## API
[OpenAI](https://openai.com/api/)
## Built Using
#### Frontend
- React
- Framer Motion#### Backend
- Node.js
- Express
- OpenAI