Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 862781bab8 | |||
| f109c75779 |
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
version: 0.0.2
|
version: 0.0.3
|
||||||
type: plugin
|
type: plugin
|
||||||
author: quicksandzn
|
author: quicksandzn
|
||||||
name: minimax_kit
|
name: minimax_kit
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ credentials_for_provider:
|
|||||||
help:
|
help:
|
||||||
en_US: Get your Api Key from MiniMax
|
en_US: Get your Api Key from MiniMax
|
||||||
zh_Hans: 从 MiniMax 获取您的 Api Key
|
zh_Hans: 从 MiniMax 获取您的 Api Key
|
||||||
url: https://platform.minimaxi.com/user-center/basic-information/interface-key
|
url: https://platform.minimax.io/user-center/basic-information/interface-key
|
||||||
group_id:
|
group_id:
|
||||||
type: secret-input
|
type: secret-input
|
||||||
required: true
|
required: true
|
||||||
@@ -34,7 +34,7 @@ credentials_for_provider:
|
|||||||
help:
|
help:
|
||||||
en_US: Get your Group ID from MiniMax
|
en_US: Get your Group ID from MiniMax
|
||||||
zh_Hans: 从 MiniMax 获取您的 Group ID
|
zh_Hans: 从 MiniMax 获取您的 Group ID
|
||||||
url: https://platform.minimaxi.com/user-center/basic-information
|
url: https://platform.minimax.io/user-center/basic-information
|
||||||
tools:
|
tools:
|
||||||
- tools/image_generation.yaml
|
- tools/image_generation.yaml
|
||||||
- tools/music_generation.yaml
|
- tools/music_generation.yaml
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
import requests
|
import requests
|
||||||
|
|
||||||
API_ENDPOINT = "https://api.minimaxi.com/v1"
|
API_ENDPOINT = "https://api.minimax.io/v1"
|
||||||
|
|
||||||
|
|
||||||
class MiniMaxBaseTool:
|
class MiniMaxBaseTool:
|
||||||
|
|||||||
Reference in New Issue
Block a user