Laozy is a self-hosted web application that helps you build and deploy LLM-based dialogue robots.
The robot you built can connect to instant messaging platforms like WeChat, Telegram, etc. You can also integrate it into your app with REST APIs.
- Current version: 0.0.1
- Status: Preview
Feature | Description | Release |
---|---|---|
gpt-3.5-turbo | Langchain | 0.0.1 |
Knowledge base | chromadb in-memory | 0.0.1 |
REST API | Document not yet completed | 0.0.1 |
WeChat Customer Service | Connect robot to WeChat Customer Service | 0.0.1 |
Installation and deployment | Under development |
mkdir ~/.laozy
cp ./migrations/settings.ini ~/.laozy/settings.ini
pip3 install -r requirements.txt
alembic -c ./migrations/alembic.ini revision --autogenerate
alembic -c ./migrations/alembic.ini upgrade head
export PYTHONPATH=.
./bin/laozy
Stock analysis | Knowledge base | Translator | Prompting |
Doctor's assitant | Playmate | Conversation bot configuration | WeChat Customer Service |
- fastapi
- SQLAlchemy
- langchain
- openai
- chromadb
Welcome to contribute code and provide feedback.