An open API service indexing awesome lists of open source software.

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.

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!