From ca09c1921e21de97e4af071318b35a2216b4f716 Mon Sep 17 00:00:00 2001 From: lobehubbot Date: Wed, 11 Dec 2024 11:05:17 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20chore(auto-submit):=20Add=20vide?= =?UTF-8?q?o-gen=20(#1169)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 +++----- src/video-gen.json | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 src/video-gen.json diff --git a/CHANGELOG.md b/CHANGELOG.md index b6fa3dd1..42297d9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,16 +4,14 @@ # [1.16.0](https://github.com/lobehub/lobe-chat-agents/compare/v1.15.0...v1.16.0) (2024-12-04) - ### ✨ Features -* **agent**: Instructer [@yuyun2000](https://github.com/yuyun2000), closes [#1160](https://github.com/lobehub/lobe-chat-agents/issues/1160) [#1154](https://github.com/lobehub/lobe-chat-agents/issues/1154) ([cd6f059](https://github.com/lobehub/lobe-chat-agents/commit/cd6f059)) -* **agent**: Japan-language-helper [@sharkbear212](https://github.com/sharkbear212), closes [#1159](https://github.com/lobehub/lobe-chat-agents/issues/1159) [#1158](https://github.com/lobehub/lobe-chat-agents/issues/1158) ([b55267f](https://github.com/lobehub/lobe-chat-agents/commit/b55267f)) - +- **agent**: Instructer [@yuyun2000](https://github.com/yuyun2000), closes [#1160](https://github.com/lobehub/lobe-chat-agents/issues/1160) [#1154](https://github.com/lobehub/lobe-chat-agents/issues/1154) ([cd6f059](https://github.com/lobehub/lobe-chat-agents/commit/cd6f059)) +- **agent**: Japan-language-helper [@sharkbear212](https://github.com/sharkbear212), closes [#1159](https://github.com/lobehub/lobe-chat-agents/issues/1159) [#1158](https://github.com/lobehub/lobe-chat-agents/issues/1158) ([b55267f](https://github.com/lobehub/lobe-chat-agents/commit/b55267f)) ### 🎫 Chores -* Auto format and add i18n json files ([8fdb4c2](https://github.com/lobehub/lobe-chat-agents/commit/8fdb4c2)) +- Auto format and add i18n json files ([8fdb4c2](https://github.com/lobehub/lobe-chat-agents/commit/8fdb4c2)) # [1.15.0](https://github.com/lobehub/lobe-chat-agents/compare/v1.14.0...v1.15.0) (2024-12-04) diff --git a/src/video-gen.json b/src/video-gen.json new file mode 100644 index 00000000..7c320276 --- /dev/null +++ b/src/video-gen.json @@ -0,0 +1,16 @@ +{ + "author": "Born2BeKind", + "config": { + "systemRole": "curl --location 'https://api.minimaxi.chat/v1/video\\_generation' \\\n\\--header 'content-type: application/json' \\\n\\--header 'authorization: Bearer ${api_key}' \\\n\\--data '{\n\"model\":\"video-01\",\n\"prompt\":\"On a distant planet, there is a MiniMax.\"\n}'\n" + }, + "createdAt": "2024-12-11", + "homepage": "https://github.com/Born2BeKind", + "identifier": "video-gen", + "meta": { + "avatar": "🤯", + "description": "POST https://api.minimaxi.chat/v1/video_generation", + "tags": ["ai-assistant", "tech-support"], + "title": "task_id" + }, + "schemaVersion": 1 +}