Skip to content

A chat ai application backend written in python which uses OpenAI api for the conversations and SQLite to store the chats. For the frontend see my repo flutter-chat-frontend written in Flutter.

Notifications You must be signed in to change notification settings

tyronemurg/python-chat-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Chatbot App

This is a simple Flask-based chatbot application that interacts with the OpenAI GPT-3 API.

Features

  • Send messages to the chatbot and receive responses.
  • Store chat history in a SQLite database.
  • Retrieve chat history from the database.

Setup

  1. Clone the repository:

  2. Install dependencies: pip install

  3. Set up the SQLite database: python init_db.py

  4. Run the app: python app.py

About

A chat ai application backend written in python which uses OpenAI api for the conversations and SQLite to store the chats. For the frontend see my repo flutter-chat-frontend written in Flutter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages