Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"astrbot-plugin-image-caption-cache": {
"display_name": "Image Caption Cache",
"desc": "为 AstrBot 图片转述结果提供 TTL 与图片数量双策略缓存,减少重复图片的视觉模型调用",
"author": "FloranceYeh",
"repo": "https://github.com/FloranceYeh/astrbot_plugin_image_caption_cache",
"tags": [
"缓存"
],
"social_link": "Florance.top"
},
"astrbot-plugin-response2image": {
"display_name": "Response2Image",
"desc": "基于 Responses API 的 AstrBot 图像生成插件。",
Expand Down
Loading