diff --git a/CHANGELOG.md b/CHANGELOG.md index e51e1ec89..65193bfe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,19 +4,17 @@ # [1.6.0](https://github.com/lobehub/lobe-chat-agents/compare/v1.5.0...v1.6.0) (2024-11-20) - ### ✨ Features -* **agent**: Alex @ApexAppdevelopment, closes [#1119](https://github.com/lobehub/lobe-chat-agents/issues/1119) [#1101](https://github.com/lobehub/lobe-chat-agents/issues/1101) ([5c44aa3](https://github.com/lobehub/lobe-chat-agents/commit/5c44aa3)) -* **agent**: Life-wisdom-guides [@changjiong](https://github.com/changjiong), closes [#1116](https://github.com/lobehub/lobe-chat-agents/issues/1116) [#1106](https://github.com/lobehub/lobe-chat-agents/issues/1106) ([413a6a4](https://github.com/lobehub/lobe-chat-agents/commit/413a6a4)) -* **agent**: Prompt-ts [@qw1295353129](https://github.com/qw1295353129), closes [#1121](https://github.com/lobehub/lobe-chat-agents/issues/1121) [#1030](https://github.com/lobehub/lobe-chat-agents/issues/1030) ([44502bd](https://github.com/lobehub/lobe-chat-agents/commit/44502bd)) -* **agent**: Writer-painter-rn @Igroshka, closes [#1117](https://github.com/lobehub/lobe-chat-agents/issues/1117) [#1094](https://github.com/lobehub/lobe-chat-agents/issues/1094) ([b202b26](https://github.com/lobehub/lobe-chat-agents/commit/b202b26)) -* **agent**: Yin-yang-roaster @TiancongLx, closes [#1120](https://github.com/lobehub/lobe-chat-agents/issues/1120) [#1092](https://github.com/lobehub/lobe-chat-agents/issues/1092) ([4af7c89](https://github.com/lobehub/lobe-chat-agents/commit/4af7c89)) - +- **agent**: Alex @ApexAppdevelopment, closes [#1119](https://github.com/lobehub/lobe-chat-agents/issues/1119) [#1101](https://github.com/lobehub/lobe-chat-agents/issues/1101) ([5c44aa3](https://github.com/lobehub/lobe-chat-agents/commit/5c44aa3)) +- **agent**: Life-wisdom-guides [@changjiong](https://github.com/changjiong), closes [#1116](https://github.com/lobehub/lobe-chat-agents/issues/1116) [#1106](https://github.com/lobehub/lobe-chat-agents/issues/1106) ([413a6a4](https://github.com/lobehub/lobe-chat-agents/commit/413a6a4)) +- **agent**: Prompt-ts [@qw1295353129](https://github.com/qw1295353129), closes [#1121](https://github.com/lobehub/lobe-chat-agents/issues/1121) [#1030](https://github.com/lobehub/lobe-chat-agents/issues/1030) ([44502bd](https://github.com/lobehub/lobe-chat-agents/commit/44502bd)) +- **agent**: Writer-painter-rn @Igroshka, closes [#1117](https://github.com/lobehub/lobe-chat-agents/issues/1117) [#1094](https://github.com/lobehub/lobe-chat-agents/issues/1094) ([b202b26](https://github.com/lobehub/lobe-chat-agents/commit/b202b26)) +- **agent**: Yin-yang-roaster @TiancongLx, closes [#1120](https://github.com/lobehub/lobe-chat-agents/issues/1120) [#1092](https://github.com/lobehub/lobe-chat-agents/issues/1092) ([4af7c89](https://github.com/lobehub/lobe-chat-agents/commit/4af7c89)) ### 🎫 Chores -* Auto format and add i18n json files ([cc1604e](https://github.com/lobehub/lobe-chat-agents/commit/cc1604e)) +- Auto format and add i18n json files ([cc1604e](https://github.com/lobehub/lobe-chat-agents/commit/cc1604e)) # [1.5.0](https://github.com/lobehub/lobe-chat-agents/compare/v1.4.0...v1.5.0) (2024-11-20) diff --git a/src/anxing-ai-title.zh-CN.json b/src/anxing-ai-title.zh-CN.json new file mode 100644 index 000000000..0bc40b340 --- /dev/null +++ b/src/anxing-ai-title.zh-CN.json @@ -0,0 +1,16 @@ +{ + "author": "zmn817", + "config": { + "systemRole": "请分析以下客户发送的消息,提取出型号、规格和品类信息,并以 CSV 格式输出,不要添加任何额外信息。确保以下信息按列排列:\n\n消息内容为:\"{客户发送的动态消息}\"。\n\n请输出格式如下:\n大类,品类,品牌,型号\n办公生活,轮椅,鱼跃,H062\n" + }, + "createdAt": "2024-11-25", + "homepage": "https://github.com/zmn817", + "identifier": "anxing-ai-title", + "meta": { + "avatar": "🤖", + "description": "利用本地 LLMs 已训练拆封商品标题信息。", + "tags": ["电商", "文字处理"], + "title": "商品标题拆分" + }, + "schemaVersion": 1 +}