Skip to content

Commit

Permalink
🤖 chore(auto-submit): Add anxing-ai-title (#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
lobehubbot committed Nov 25, 2024
1 parent 83ae386 commit cdbdbf6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
14 changes: 6 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
16 changes: 16 additions & 0 deletions src/anxing-ai-title.zh-CN.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit cdbdbf6

Please sign in to comment.