Browse Source

feat: moonshot fc (#3629)

Yeuoly 1 year ago
parent
commit
a0c30702c1

+ 3 - 0
api/core/model_runtime/model_providers/moonshot/llm/moonshot-v1-128k.yaml

@@ -5,6 +5,9 @@ label:
 model_type: llm
 features:
   - agent-thought
+  - tool-call
+  - multi-tool-call
+  - stream-tool-call
 model_properties:
   mode: chat
   context_size: 128000

+ 3 - 0
api/core/model_runtime/model_providers/moonshot/llm/moonshot-v1-32k.yaml

@@ -5,6 +5,9 @@ label:
 model_type: llm
 features:
   - agent-thought
+  - tool-call
+  - multi-tool-call
+  - stream-tool-call
 model_properties:
   mode: chat
   context_size: 32000

+ 3 - 0
api/core/model_runtime/model_providers/moonshot/llm/moonshot-v1-8k.yaml

@@ -5,6 +5,9 @@ label:
 model_type: llm
 features:
   - agent-thought
+  - tool-call
+  - multi-tool-call
+  - stream-tool-call
 model_properties:
   mode: chat
   context_size: 8192