ElmiraGhorbani/redis-chatgpt
Allows to save chat history of converation.
For developers building applications that use large language models or chatbots, this project provides a straightforward way to store and retrieve chat conversation histories. It takes chat messages (typically from a user and an AI assistant) and saves them into a Redis database, making it easy to fetch past interactions. This tool is designed for software developers who need to manage persistent chat logs for their applications.
Used by 1 other package. No commits in the last 6 months. Available on PyPI.
Use this if you are a developer building a chatbot or AI assistant and need a simple, efficient way to store and recall conversation history using a Redis database.
Not ideal if you are an end-user looking for a chatbot application itself, or if you need a complex, feature-rich database solution beyond basic chat history management.
Stars
15
Forks
—
Language
Python
License
MIT
Category
Last pushed
Jul 31, 2023
Commits (30d)
0
Dependencies
1
Reverse dependents
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/ElmiraGhorbani/redis-chatgpt"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
k4l1sh/alexa-gpt
A tutorial on how to use ChatGPT in Alexa
rawandahmad698/PyChatGPT
⚡️ Python client for the ChatGPT API with, conversation tracking, proxy support and more.
Simatwa/WebChatGPT
Python SDK/API for ChatGPT Web-Version
toshiakit/MatGPT
MATLAB app to access ChatGPT API from OpenAI
minimaxir/simpleaichat
Python package for easily interfacing with chat apps, with robust features and minimal code complexity.