{"id":13456780,"url":"https://github.com/shellc/laozy","last_synced_at":"2026-01-16T14:04:57.918Z","repository":{"id":167509008,"uuid":"641745598","full_name":"shellc/laozy","owner":"shellc","description":"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.","archived":false,"fork":false,"pushed_at":"2023-07-03T09:33:26.000Z","size":8370,"stargazers_count":73,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-29T00:32:20.470Z","etag":null,"topics":["chatbot","chatglm","chatgpt","gpt","langchain","llm","llms","wechat"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shellc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-05-17T04:49:45.000Z","updated_at":"2024-08-17T16:43:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"8ae88230-c63f-497a-bf6b-0028e499f166","html_url":"https://github.com/shellc/laozy","commit_stats":null,"previous_names":["shellc/laozy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellc%2Flaozy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellc%2Flaozy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellc%2Flaozy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellc%2Flaozy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shellc","download_url":"https://codeload.github.com/shellc/laozy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245260846,"owners_count":20586483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatbot","chatglm","chatgpt","gpt","langchain","llm","llms","wechat"],"created_at":"2024-07-31T08:01:27.628Z","updated_at":"2026-01-16T14:04:57.878Z","avatar_url":"https://github.com/shellc.png","language":"Python","readme":"# Laozy\n\n[English](./README.md) | [中文](./README_cn.md)\n\nLaozy is a self-hosted web application that helps you build and deploy LLM-based dialogue robots.\n\nThe robot you built can connect to instant messaging platforms like WeChat, Telegram, etc. You can also integrate it into your app with REST APIs.\n\n![Arch](./assets/images/arch.png)\n\n## Version\n\n* Current version: 0.0.1\n* Status: Preview\n\n### Features\n\n| Feature | Description | Release |\n| -- | -- | -- |\n| gpt-3.5-turbo | Langchain | 0.0.1 |\n| Knowledge base | chromadb in-memory | 0.0.1 |\n| REST API | Document not yet completed | 0.0.1 |\n| WeChat Customer Service| Connect robot to WeChat Customer Service | 0.0.1 |\n| Installation and deployment | Under development |\n\n## Installtion\n\n### Configuration\n\n```\nmkdir ~/.laozy\ncp ./migrations/settings.ini ~/.laozy/settings.ini\n```\n\n### Install Dependencies\n```\npip3 install -r requirements.txt\n```\n\n### Setup Database\n\n```\nalembic -c ./migrations/alembic.ini revision --autogenerate\nalembic -c ./migrations/alembic.ini upgrade head\n```\n\n### Start\n\n```\nexport PYTHONPATH=.\n./bin/laozy\n```\n\n## Screenshots\n\n|  |  |  |  |\n| :--:  | :--:  | :--:  | :--: |\n| \u003cimg src=\"./assets/images/stock_analysis.png\" alt=\"Stock Analysis\" /\u003e | \u003cimg src=\"./assets/images/knowledge_base.png\" alt=\"Knowledge Base\" /\u003e | \u003cimg src=\"./assets/images/translator.png\" alt=\"Translator\" /\u003e | \u003cimg src=\"./assets/images/prompts.png\" alt=\"Prompting\" /\u003e | \n| Stock analysis | Knowledge base | Translator | Prompting |\n| \u003cimg src=\"./assets/images/doctor_assistant.png\" alt=\"Doctor assistant\"/\u003e | \u003cimg src=\"./assets/images/friend.png\" alt=\"Friend\" /\u003e | \u003cimg src=\"./assets/images/robot.png\" alt=\"Robot\" /\u003e| \u003cimg src=\"./assets/images/wxkf.jpeg\" alt=\"Wechat Customer Service\" height=\"120\"/\u003e |  |\n| Doctor's assitant | Playmate | Conversation bot configuration | WeChat Customer Service | \n\n## Dependencies\n\n* fastapi\n* SQLAlchemy\n* langchain\n* openai\n* chromadb\n\n## Contribution\n\nWelcome to contribute code and provide feedback.","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshellc%2Flaozy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshellc%2Flaozy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshellc%2Flaozy/lists"}