Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ feat(agent): video-gen @Born2BeKind #1170

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
10 changes: 10 additions & 0 deletions locales/video-gen/index.ar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"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\":\"على كوكب بعيد، يوجد MiniMax.\"\n}'\n"
},
"meta": {
"title": "معرف_المهمة",
"description": "POST https://api.minimaxi.chat/v1/video_generation",
"tags": ["مساعد_ذكي", "دعم_تقني"]
}
}
10 changes: 10 additions & 0 deletions locales/video-gen/index.bg-BG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"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\":\"На далечна планета има MiniMax.\"\n}'\n"
},
"meta": {
"title": "идентификатор_на_задача",
"description": "POST https://api.minimaxi.chat/v1/video_generation",
"tags": ["ai-помощник", "техническа-поддръжка"]
}
}
10 changes: 10 additions & 0 deletions locales/video-gen/index.de-DE.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"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\":\"Auf einem fernen Planeten gibt es ein MiniMax.\"\n}'\n"
},
"meta": {
"title": "task_id",
"description": "POST https://api.minimaxi.chat/v1/video_generation",
"tags": ["ai-assistant", "tech-support"]
}
}
10 changes: 10 additions & 0 deletions locales/video-gen/index.es-ES.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"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\":\"En un planeta distante, hay un MiniMax.\"\n}'\n"
},
"meta": {
"title": "id_tarea",
"description": "POST https://api.minimaxi.chat/v1/video_generation",
"tags": ["asistente-ia", "soporte-tecnico"]
}
}
10 changes: 10 additions & 0 deletions locales/video-gen/index.fa-IR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"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\":\"در یک سیاره دور، یک MiniMax وجود دارد.\"\n}'\n"
},
"meta": {
"title": "شناسه_کار",
"description": "POST https://api.minimaxi.chat/v1/video_generation",
"tags": ["دستیار_هوش_مصنوعی", "پشتیبانی_فنی"]
}
}
10 changes: 10 additions & 0 deletions locales/video-gen/index.fr-FR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"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\":\"Sur une planète lointaine, il y a un MiniMax.\"\n}'\n"
},
"meta": {
"title": "task_id",
"description": "POST https://api.minimaxi.chat/v1/video_generation",
"tags": ["assistant-ai", "support-tech"]
}
}
10 changes: 10 additions & 0 deletions locales/video-gen/index.it-IT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"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\":\"Su un pianeta lontano, c'è un MiniMax.\"\n}'\n"
},
"meta": {
"title": "task_id",
"description": "POST https://api.minimaxi.chat/v1/video_generation",
"tags": ["ai-assistant", "tech-support"]
}
}
10 changes: 10 additions & 0 deletions locales/video-gen/index.ja-JP.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"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\":\"遠い惑星に、MiniMaxがあります。\"\n}'\n"
},
"meta": {
"title": "タスクID",
"description": "POST https://api.minimaxi.chat/v1/video_generation",
"tags": ["AIアシスタント", "テクニカルサポート"]
}
}
10 changes: 10 additions & 0 deletions locales/video-gen/index.ko-KR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"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\":\"먼 은하계에 MiniMax가 있습니다.\"\n}'\n"
},
"meta": {
"title": "작업_ID",
"description": "POST https://api.minimaxi.chat/v1/video_generation",
"tags": ["AI-어시스턴트", "기술 지원"]
}
}
10 changes: 10 additions & 0 deletions locales/video-gen/index.nl-NL.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"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\":\"Op een verre planeet is er een MiniMax.\"\n}'\n"
},
"meta": {
"title": "taak_id",
"description": "POST https://api.minimaxi.chat/v1/video_generation",
"tags": ["ai-assistent", "technische-ondersteuning"]
}
}
10 changes: 10 additions & 0 deletions locales/video-gen/index.pl-PL.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"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\":\"Na odległej planecie znajduje się MiniMax.\"\n}'\n"
},
"meta": {
"title": "identyfikator_zadania",
"description": "POST https://api.minimaxi.chat/v1/video_generation",
"tags": ["asystent_ai", "wsparcie_techniczne"]
}
}
10 changes: 10 additions & 0 deletions locales/video-gen/index.pt-BR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"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\":\"Em um planeta distante, existe um MiniMax.\"\n}'\n"
},
"meta": {
"title": "task_id",
"description": "POST https://api.minimaxi.chat/v1/video_generation",
"tags": ["assistente-ai", "suporte-técnico"]
}
}
10 changes: 10 additions & 0 deletions locales/video-gen/index.ru-RU.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"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\":\"На далекой планете есть MiniMax.\"\n}'\n"
},
"meta": {
"title": "task_id",
"description": "POST https://api.minimaxi.chat/v1/video_generation",
"tags": ["ai-assistant", "tech-support"]
}
}
10 changes: 10 additions & 0 deletions locales/video-gen/index.tr-TR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"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\":\"Uzak bir gezegende, bir MiniMax var.\"\n}'\n"
},
"meta": {
"title": "görev_id",
"description": "POST https://api.minimaxi.chat/v1/video_generation",
"tags": ["ai-asistan", "teknik-destek"]
}
}
10 changes: 10 additions & 0 deletions locales/video-gen/index.vi-VN.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"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\":\"Trên một hành tinh xa xôi, có một MiniMax.\"\n}'\n"
},
"meta": {
"title": "task_id",
"description": "POST https://api.minimaxi.chat/v1/video_generation",
"tags": ["trợ lý AI", "hỗ trợ kỹ thuật"]
}
}
10 changes: 10 additions & 0 deletions locales/video-gen/index.zh-CN.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"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\":\"在一个遥远的星球上,有一个MiniMax。\"\n}'\n"
},
"meta": {
"title": "任务ID",
"description": "POST https://api.minimaxi.chat/v1/video_generation",
"tags": ["人工智能助手", "技术支持"]
}
}
10 changes: 10 additions & 0 deletions locales/video-gen/index.zh-TW.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"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\":\"在一個遙遠的星球上,有一個MiniMax。\"\n}'\n"
},
"meta": {
"title": "任務編號",
"description": "POST https://api.minimaxi.chat/v1/video_generation",
"tags": ["人工智慧助手", "技術支援"]
}
}
17 changes: 17 additions & 0 deletions src/video-gen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"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",
"category": "programming"
},
"schemaVersion": 1
}