junr-test1-plugin-minimax 0.0.6 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/dist/manifest.yaml +0 -36
package/package.json
CHANGED
package/dist/manifest.yaml
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
author: langgenius
|
|
2
|
-
created_at: '2024-09-20T00:13:50.29298939-04:00'
|
|
3
|
-
description:
|
|
4
|
-
en_US: Minimax AI models for LLM, text embedding, and text-to-speech
|
|
5
|
-
zh_Hans: Minimax AI 提供的大语言模型、文本嵌入和语音合成服务
|
|
6
|
-
icon: icon_s_en.png
|
|
7
|
-
label:
|
|
8
|
-
en_US: Minimax
|
|
9
|
-
meta:
|
|
10
|
-
arch:
|
|
11
|
-
- amd64
|
|
12
|
-
- arm64
|
|
13
|
-
runner:
|
|
14
|
-
entrypoint: main
|
|
15
|
-
language: python
|
|
16
|
-
version: '3.12'
|
|
17
|
-
version: 0.0.1
|
|
18
|
-
name: minimax
|
|
19
|
-
plugins:
|
|
20
|
-
models:
|
|
21
|
-
- provider/minimax.yaml
|
|
22
|
-
resource:
|
|
23
|
-
memory: 1048576
|
|
24
|
-
permission:
|
|
25
|
-
model:
|
|
26
|
-
enabled: true
|
|
27
|
-
llm: true
|
|
28
|
-
moderation: false
|
|
29
|
-
rerank: false
|
|
30
|
-
speech2text: false
|
|
31
|
-
text_embedding: true
|
|
32
|
-
tts: true
|
|
33
|
-
tool:
|
|
34
|
-
enabled: true
|
|
35
|
-
type: plugin
|
|
36
|
-
version: 0.0.9
|