https://github.com/appleboiy/cb_bt-flaskopenai
A simple chatbot application using OpenAI's GPT 3.5-turbo and Flask.
https://github.com/appleboiy/cb_bt-flaskopenai
chatgpt
Last synced: 2 months ago
JSON representation
A simple chatbot application using OpenAI's GPT 3.5-turbo and Flask.
- Host: GitHub
- URL: https://github.com/appleboiy/cb_bt-flaskopenai
- Owner: AppleBoiy
- Created: 2024-12-08T04:08:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T04:09:36.000Z (6 months ago)
- Last Synced: 2025-03-28T05:27:54.771Z (2 months ago)
- Topics: chatgpt
- Language: HTML
- 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
# CB_BT-FlaskOpenAI
A simple chatbot application using OpenAI's GPT 3.5-turbo and Flask.
## Usage
1. Start the application:
```bash
python app.py
```2. Open your browser and go to:
```
http://127.0.0.1:5000
```3. Type your message in the chat interface and interact with the chatbot!