From 7e16b034b89b540dc2c43c4c96f15802daa9168d Mon Sep 17 00:00:00 2001 From: JohnRichard4096 Date: Fri, 22 Aug 2025 21:21:32 +0800 Subject: [PATCH] :beers: publish bot Amrita (#3640) --- assets/bots.json5 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/assets/bots.json5 b/assets/bots.json5 index 237486f1..3f7833ad 100644 --- a/assets/bots.json5 +++ b/assets/bots.json5 @@ -743,4 +743,25 @@ "tags": [], "is_official": false }, + { + "name": "Amrita", + "desc": "LLM聊天机器人框架", + "author_id": 67693593, + "homepage": "https://github.com/LiteSuggarDEV/Amrita", + "tags": [ + { + "label": "聊天", + "color": "#ea5252" + }, + { + "label": "LLM", + "color": "#5c86db" + }, + { + "label": "快捷部署", + "color": "#eebe0b" + } + ], + "is_official": false + }, ]