https://github.com/nickklos10/api-talkbot
A web-based chatbot leveraging OpenAI's GPT model, deployed on Railway, with a sleek interface and dynamic light/dark mode support.
https://github.com/nickklos10/api-talkbot
css express html javascript nodejs openai-api railway
Last synced: about 2 months ago
JSON representation
A web-based chatbot leveraging OpenAI's GPT model, deployed on Railway, with a sleek interface and dynamic light/dark mode support.
- Host: GitHub
- URL: https://github.com/nickklos10/api-talkbot
- Owner: nickklos10
- Created: 2025-01-27T17:37:59.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T18:29:45.000Z (4 months ago)
- Last Synced: 2025-01-27T18:45:06.895Z (4 months ago)
- Topics: css, express, html, javascript, nodejs, openai-api, railway
- Language: JavaScript
- Homepage: https://api-talkbot-production.up.railway.app/
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API-TalkBot
A chatbot web application leveraging OpenAI's GPT model for conversational AI. This project was built using a Node.js backend with Express, OpenAI API integration, and a clean front-end interface. The application is deployed on Railway at [API-Talkbot](https://api-talkbot-production.up.railway.app/)
## Features
- Interactive Chat Interface: Chat with the AI in a sleek and responsive interface.
- OpenAI Integration: Uses GPT models to provide intelligent and contextual responses.
- Enhanced Dark/Light Mode
- Dynamic Conversation: Displays user and chatbot messages dynamically in a chat log.
- Editable Chat Names: Easily rename your chats by clicking the pencil icon or double-clicking on the chat name in the sidebar.## Usage
- Type a message in the input box and click Send.
- The chatbot will respond using OpenAI's GPT model.
- Toggle between light and dark modes using the switch at the top-right corner.## Technologies Used
- `Frontend:` HTML, CSS, JavaScript
- `Backend:` Node.js, Express
- `API:` OpenAI GPT
- `Styling:`Custom CSS with theme support
- `Deployment:` Railway