add default model config (#3653)
This commit is contained in:
parent
34b510cba1
commit
2c03abc6e1
@ -199,8 +199,8 @@ weight: 707
|
|||||||
- OpenAI
|
- OpenAI
|
||||||
- Claude
|
- Claude
|
||||||
- Gemini
|
- Gemini
|
||||||
- Meta
|
|
||||||
- MistralAI
|
- MistralAI
|
||||||
|
- Groq
|
||||||
- AliCloud - 阿里云
|
- AliCloud - 阿里云
|
||||||
- Qwen - 通义千问
|
- Qwen - 通义千问
|
||||||
- Doubao - 豆包
|
- Doubao - 豆包
|
||||||
|
|||||||
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"provider": "Gemini",
|
||||||
|
"model": "text-embedding-004",
|
||||||
|
"name": "text-embedding-004",
|
||||||
|
|
||||||
|
"defaultToken": 512,
|
||||||
|
"maxToken": 2000,
|
||||||
|
|
||||||
|
"charsPointsPrice": 0
|
||||||
|
}
|
||||||
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"provider": "OpenAI",
|
||||||
|
"model": "text-embedding-3-large",
|
||||||
|
"name": "text-embedding-3-large",
|
||||||
|
|
||||||
|
"defaultToken": 512,
|
||||||
|
"maxToken": 3000,
|
||||||
|
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"defaultConfig": {
|
||||||
|
"dimensions": 1024
|
||||||
|
}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/Doubao-lite-128k.json
Normal file
29
packages/service/core/ai/config/llm/Doubao-lite-128k.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Doubao",
|
||||||
|
"model": "Doubao-lite-128k",
|
||||||
|
"name": "Doubao-lite-128k",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 128000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 120000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": false,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/Doubao-lite-32k.json
Normal file
29
packages/service/core/ai/config/llm/Doubao-lite-32k.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Doubao",
|
||||||
|
"model": "Doubao-lite-32k",
|
||||||
|
"name": "Doubao-lite-32k",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 32000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 30000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": false,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/Doubao-pro-128k.json
Normal file
29
packages/service/core/ai/config/llm/Doubao-pro-128k.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Doubao",
|
||||||
|
"model": "Doubao-pro-128k",
|
||||||
|
"name": "Doubao-pro-128k",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 128000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 120000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": false,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/Doubao-pro-32k.json
Normal file
29
packages/service/core/ai/config/llm/Doubao-pro-32k.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Doubao",
|
||||||
|
"model": "Doubao-pro-32k",
|
||||||
|
"name": "Doubao-pro-32k",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 32000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 30000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": false,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Doubao",
|
||||||
|
"model": "Doubao-vision-lite-32k",
|
||||||
|
"name": "Doubao-vision-lite-32k",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 32000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 30000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": true,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": false,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Doubao",
|
||||||
|
"model": "Doubao-vision-pro-32k",
|
||||||
|
"name": "Doubao-vision-pro-32k",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 2,
|
||||||
|
|
||||||
|
"maxContext": 32000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 30000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": true,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": false,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/ERNIE-4.0-8K.json
Normal file
29
packages/service/core/ai/config/llm/ERNIE-4.0-8K.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Ernie",
|
||||||
|
"model": "ERNIE-4.0-8K",
|
||||||
|
"name": "ERNIE-4.0-8K",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 8000,
|
||||||
|
"maxResponse": 2048,
|
||||||
|
"quoteMaxToken": 5000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/ERNIE-4.0-Turbo-8K.json
Normal file
29
packages/service/core/ai/config/llm/ERNIE-4.0-Turbo-8K.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Ernie",
|
||||||
|
"model": "ERNIE-4.0-Turbo-8K",
|
||||||
|
"name": "ERNIE-4.0-Turbo-8K",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 8000,
|
||||||
|
"maxResponse": 2048,
|
||||||
|
"quoteMaxToken": 5000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/ERNIE-Lite-8K.json
Normal file
29
packages/service/core/ai/config/llm/ERNIE-Lite-8K.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Ernie",
|
||||||
|
"model": "ERNIE-Lite-8K",
|
||||||
|
"name": "ERNIE-lite-8k",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 8000,
|
||||||
|
"maxResponse": 2048,
|
||||||
|
"quoteMaxToken": 6000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/ERNIE-Speed-128K.json
Normal file
29
packages/service/core/ai/config/llm/ERNIE-Speed-128K.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Ernie",
|
||||||
|
"model": "ERNIE-Speed-128K",
|
||||||
|
"name": "ERNIE-Speed-128K(测试)",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 128000,
|
||||||
|
"maxResponse": 4096,
|
||||||
|
"quoteMaxToken": 120000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/MiniMax-Text-01.json
Normal file
29
packages/service/core/ai/config/llm/MiniMax-Text-01.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "MiniMax",
|
||||||
|
"model": "MiniMax-Text-01",
|
||||||
|
"name": "MiniMax-Text-01",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 1000000,
|
||||||
|
"maxResponse": 1000000,
|
||||||
|
"quoteMaxToken": 100000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
22
packages/service/core/ai/config/llm/SparkDesk-v3.5.json
Normal file
22
packages/service/core/ai/config/llm/SparkDesk-v3.5.json
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"provider": "SparkDesk",
|
||||||
|
"model": "SparkDesk-v3.5",
|
||||||
|
"name": "SparkDesk-v3.5",
|
||||||
|
"maxContext": 8000,
|
||||||
|
"maxResponse": 8000,
|
||||||
|
"quoteMaxToken": 6000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
"charsPointsPrice": 0.3,
|
||||||
|
"censor": false,
|
||||||
|
"vision": false,
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInToolCall": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"defaultSystemChatPrompt": ""
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/SparkDesk-v4.0.json
Normal file
29
packages/service/core/ai/config/llm/SparkDesk-v4.0.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "SparkDesk",
|
||||||
|
"model": "SparkDesk-v4.0",
|
||||||
|
"name": "SparkDesk-v4.0",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 8000,
|
||||||
|
"maxResponse": 8000,
|
||||||
|
"quoteMaxToken": 6000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/abab6.5s-chat.json
Normal file
29
packages/service/core/ai/config/llm/abab6.5s-chat.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "MiniMax",
|
||||||
|
"model": "abab6.5s-chat",
|
||||||
|
"name": "MiniMax-abab6.5s",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 245000,
|
||||||
|
"maxResponse": 10000,
|
||||||
|
"quoteMaxToken": 240000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Claude",
|
||||||
|
"model": "claude-3-5-haiku-20241022",
|
||||||
|
"name": "claude-3-5-haiku-20241022",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 200000,
|
||||||
|
"maxResponse": 8000,
|
||||||
|
"quoteMaxToken": 100000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Claude",
|
||||||
|
"model": "claude-3-5-sonnet-20240620",
|
||||||
|
"name": "Claude-3-5-sonnet-20240620",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 200000,
|
||||||
|
"maxResponse": 8000,
|
||||||
|
"quoteMaxToken": 100000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": true,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Claude",
|
||||||
|
"model": "claude-3-5-sonnet-20241022",
|
||||||
|
"name": "Claude-3-5-sonnet-20241022",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 200000,
|
||||||
|
"maxResponse": 8000,
|
||||||
|
"quoteMaxToken": 100000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": true,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Claude",
|
||||||
|
"model": "claude-3-opus-20240229",
|
||||||
|
"name": "claude-3-opus-20240229",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 200000,
|
||||||
|
"maxResponse": 4096,
|
||||||
|
"quoteMaxToken": 100000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": true,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
26
packages/service/core/ai/config/llm/deepseek-chat.json
Normal file
26
packages/service/core/ai/config/llm/deepseek-chat.json
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"provider": "DeepSeek",
|
||||||
|
"model": "deepseek-chat",
|
||||||
|
"name": "Deepseek-chat",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 64000,
|
||||||
|
"maxResponse": 4096,
|
||||||
|
"quoteMaxToken": 60000,
|
||||||
|
"maxTemperature": 1.5,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true
|
||||||
|
}
|
||||||
31
packages/service/core/ai/config/llm/deepseek-reasoner.json
Normal file
31
packages/service/core/ai/config/llm/deepseek-reasoner.json
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"provider": "DeepSeek",
|
||||||
|
"model": "deepseek-reasoner",
|
||||||
|
"name": "Deepseek-reasoner",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 64000,
|
||||||
|
"maxResponse": 4096,
|
||||||
|
"quoteMaxToken": 60000,
|
||||||
|
"maxTemperature": 1.5,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {
|
||||||
|
"temperature": null
|
||||||
|
},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/gemini-1.5-flash.json
Normal file
29
packages/service/core/ai/config/llm/gemini-1.5-flash.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Gemini",
|
||||||
|
"model": "gemini-1.5-flash",
|
||||||
|
"name": "Gemini-1.5-flash",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 1000000,
|
||||||
|
"maxResponse": 8000,
|
||||||
|
"quoteMaxToken": 60000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": true,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/gemini-1.5-pro.json
Normal file
29
packages/service/core/ai/config/llm/gemini-1.5-pro.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Gemini",
|
||||||
|
"model": "gemini-1.5-pro",
|
||||||
|
"name": "Gemini-1.5-pro",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 2000000,
|
||||||
|
"maxResponse": 8000,
|
||||||
|
"quoteMaxToken": 60000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": true,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Gemini",
|
||||||
|
"model": "gemini-2.0-flash-exp",
|
||||||
|
"name": "Gemini-2.0-flash-exp",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 1000000,
|
||||||
|
"maxResponse": 8000,
|
||||||
|
"quoteMaxToken": 60000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": true,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Gemini",
|
||||||
|
"model": "gemini-2.0-flash-thinking-exp-01-21",
|
||||||
|
"name": "Gemini-2.0-flash-thinking-exp",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 1000000,
|
||||||
|
"maxResponse": 8000,
|
||||||
|
"quoteMaxToken": 60000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": true,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/glm-4-air.json
Normal file
29
packages/service/core/ai/config/llm/glm-4-air.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "ChatGLM",
|
||||||
|
"model": "glm-4-air",
|
||||||
|
"name": "glm-4-air",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 128000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 120000,
|
||||||
|
"maxTemperature": 0.99,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/glm-4-flash.json
Normal file
29
packages/service/core/ai/config/llm/glm-4-flash.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "ChatGLM",
|
||||||
|
"model": "glm-4-flash",
|
||||||
|
"name": "glm-4-flash",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 128000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 120000,
|
||||||
|
"maxTemperature": 0.99,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/glm-4-long.json
Normal file
29
packages/service/core/ai/config/llm/glm-4-long.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "ChatGLM",
|
||||||
|
"model": "glm-4-long",
|
||||||
|
"name": "glm-4-long",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 1000000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 900000,
|
||||||
|
"maxTemperature": 0.99,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/glm-4-plus.json
Normal file
29
packages/service/core/ai/config/llm/glm-4-plus.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "ChatGLM",
|
||||||
|
"model": "glm-4-plus",
|
||||||
|
"name": "GLM-4-plus",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 128000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 120000,
|
||||||
|
"maxTemperature": 0.99,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/glm-4v-flash.json
Normal file
29
packages/service/core/ai/config/llm/glm-4v-flash.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "ChatGLM",
|
||||||
|
"model": "glm-4v-flash",
|
||||||
|
"name": "glm-4v-flash",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 8000,
|
||||||
|
"maxResponse": 1000,
|
||||||
|
"quoteMaxToken": 6000,
|
||||||
|
"maxTemperature": 0.99,
|
||||||
|
|
||||||
|
"vision": true,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/glm-4v-plus.json
Normal file
29
packages/service/core/ai/config/llm/glm-4v-plus.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "ChatGLM",
|
||||||
|
"model": "glm-4v-plus",
|
||||||
|
"name": "GLM-4v-plus",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 8000,
|
||||||
|
"maxResponse": 1000,
|
||||||
|
"quoteMaxToken": 6000,
|
||||||
|
"maxTemperature": 0.99,
|
||||||
|
|
||||||
|
"vision": true,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
30
packages/service/core/ai/config/llm/gpt-3.5-turbo.json
Normal file
30
packages/service/core/ai/config/llm/gpt-3.5-turbo.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"provider": "OpenAI",
|
||||||
|
"model": "gpt-3.5-turbo",
|
||||||
|
"name": "gpt-3.5-turbo(abandon)",
|
||||||
|
|
||||||
|
"censor": true,
|
||||||
|
"charsPointsPrice": 1,
|
||||||
|
|
||||||
|
"maxContext": 16000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 13000,
|
||||||
|
"maxTemperature": 1.2,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {
|
||||||
|
"max_tokens": null
|
||||||
|
}
|
||||||
|
}
|
||||||
30
packages/service/core/ai/config/llm/gpt-4-turbo.json
Normal file
30
packages/service/core/ai/config/llm/gpt-4-turbo.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"provider": "OpenAI",
|
||||||
|
"model": "gpt-4-turbo",
|
||||||
|
"name": "gpt-4-turbo(abandon)",
|
||||||
|
|
||||||
|
"censor": true,
|
||||||
|
"charsPointsPrice": 15,
|
||||||
|
|
||||||
|
"maxContext": 125000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 60000,
|
||||||
|
"maxTemperature": 1.2,
|
||||||
|
|
||||||
|
"vision": true,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {
|
||||||
|
"max_tokens": null
|
||||||
|
}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/gpt-4o.json
Normal file
29
packages/service/core/ai/config/llm/gpt-4o.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "OpenAI",
|
||||||
|
"model": "gpt-4o",
|
||||||
|
"name": "GPT-4o",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 125000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 60000,
|
||||||
|
"maxTemperature": 1.2,
|
||||||
|
|
||||||
|
"vision": true,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": true,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"provider": "Groq",
|
||||||
|
"model": "llama-3.1-8b-instant",
|
||||||
|
"name": "Groq-llama-3.1-8b-instant",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 125000,
|
||||||
|
"maxResponse": 8000,
|
||||||
|
"quoteMaxToken": 60000,
|
||||||
|
"maxTemperature": 1.2,
|
||||||
|
|
||||||
|
"vision": true,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {}
|
||||||
|
}
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"provider": "Groq",
|
||||||
|
"model": "llama-3.3-70b-versatile",
|
||||||
|
"name": "Groq-llama-3.3-70b-versatile",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 125000,
|
||||||
|
"maxResponse": 8000,
|
||||||
|
"quoteMaxToken": 60000,
|
||||||
|
"maxTemperature": 1.2,
|
||||||
|
|
||||||
|
"vision": true,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/hunyuan-large.json
Normal file
29
packages/service/core/ai/config/llm/hunyuan-large.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Hunyuan",
|
||||||
|
"model": "hunyuan-large",
|
||||||
|
"name": "hunyuan-large",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 28000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 20000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/hunyuan-lite.json
Normal file
29
packages/service/core/ai/config/llm/hunyuan-lite.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Hunyuan",
|
||||||
|
"model": "hunyuan-lite",
|
||||||
|
"name": "hunyuan-lite",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 250000,
|
||||||
|
"maxResponse": 6000,
|
||||||
|
"quoteMaxToken": 100000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/hunyuan-standard.json
Normal file
29
packages/service/core/ai/config/llm/hunyuan-standard.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Hunyuan",
|
||||||
|
"model": "hunyuan-standard",
|
||||||
|
"name": "hunyuan-standard",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 30000,
|
||||||
|
"maxResponse": 2000,
|
||||||
|
"quoteMaxToken": 20000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/hunyuan-turbo.json
Normal file
29
packages/service/core/ai/config/llm/hunyuan-turbo.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Hunyuan",
|
||||||
|
"model": "hunyuan-turbo",
|
||||||
|
"name": "hunyuan-turbo",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 28000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 20000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/hunyuan-vision.json
Normal file
29
packages/service/core/ai/config/llm/hunyuan-vision.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Hunyuan",
|
||||||
|
"model": "hunyuan-vision",
|
||||||
|
"name": "hunyuan-vision",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 6000,
|
||||||
|
"maxResponse": 2000,
|
||||||
|
"quoteMaxToken": 4000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": true,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/ministral-3b-latest.json
Normal file
29
packages/service/core/ai/config/llm/ministral-3b-latest.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "MistralAI",
|
||||||
|
"model": "ministral-3b-latest",
|
||||||
|
"name": "Ministral-3b-latest",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 130000,
|
||||||
|
"maxResponse": 8000,
|
||||||
|
"quoteMaxToken": 60000,
|
||||||
|
"maxTemperature": 1.2,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/ministral-8b-latest.json
Normal file
29
packages/service/core/ai/config/llm/ministral-8b-latest.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "MistralAI",
|
||||||
|
"model": "ministral-8b-latest",
|
||||||
|
"name": "Ministral-8b-latest",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 130000,
|
||||||
|
"maxResponse": 8000,
|
||||||
|
"quoteMaxToken": 60000,
|
||||||
|
"maxTemperature": 1.2,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "MistralAI",
|
||||||
|
"model": "mistral-large-latest",
|
||||||
|
"name": "Mistral-large-latest",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 130000,
|
||||||
|
"maxResponse": 8000,
|
||||||
|
"quoteMaxToken": 60000,
|
||||||
|
"maxTemperature": 1.2,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "MistralAI",
|
||||||
|
"model": "mistral-small-latest",
|
||||||
|
"name": "Mistral-small-latest",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 32000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 30000,
|
||||||
|
"maxTemperature": 1.2,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/moonshot-v1-128k.json
Normal file
29
packages/service/core/ai/config/llm/moonshot-v1-128k.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Moonshot",
|
||||||
|
"model": "moonshot-v1-128k",
|
||||||
|
"name": "月之暗面-128k",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 128000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 60000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": false,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/moonshot-v1-32k.json
Normal file
29
packages/service/core/ai/config/llm/moonshot-v1-32k.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Moonshot",
|
||||||
|
"model": "moonshot-v1-32k",
|
||||||
|
"name": "月之暗面-32k",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 32000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 30000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": false,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/moonshot-v1-8k.json
Normal file
29
packages/service/core/ai/config/llm/moonshot-v1-8k.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Moonshot",
|
||||||
|
"model": "moonshot-v1-8k",
|
||||||
|
"name": "月之暗面-8k",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 8000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 6000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": false,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
31
packages/service/core/ai/config/llm/o1-mini.json
Normal file
31
packages/service/core/ai/config/llm/o1-mini.json
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"provider": "OpenAI",
|
||||||
|
"model": "o1-mini",
|
||||||
|
"name": "o1-mini",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 125000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 120000,
|
||||||
|
"maxTemperature": 1.2,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {
|
||||||
|
"temperature": 1,
|
||||||
|
"max_tokens": null
|
||||||
|
}
|
||||||
|
}
|
||||||
32
packages/service/core/ai/config/llm/o1-preview.json
Normal file
32
packages/service/core/ai/config/llm/o1-preview.json
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"provider": "OpenAI",
|
||||||
|
"model": "o1-preview",
|
||||||
|
"name": "o1-preview",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 125000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 120000,
|
||||||
|
"maxTemperature": 1.2,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {
|
||||||
|
"temperature": 1,
|
||||||
|
"max_tokens": null,
|
||||||
|
"stream": false
|
||||||
|
}
|
||||||
|
}
|
||||||
32
packages/service/core/ai/config/llm/o1.json
Normal file
32
packages/service/core/ai/config/llm/o1.json
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"provider": "OpenAI",
|
||||||
|
"model": "o1",
|
||||||
|
"name": "o1",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 195000,
|
||||||
|
"maxResponse": 8000,
|
||||||
|
"quoteMaxToken": 120000,
|
||||||
|
"maxTemperature": 1.2,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {
|
||||||
|
"temperature": 1,
|
||||||
|
"max_tokens": null,
|
||||||
|
"stream": false
|
||||||
|
}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/qwen-max.json
Normal file
29
packages/service/core/ai/config/llm/qwen-max.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Qwen",
|
||||||
|
"model": "qwen-max",
|
||||||
|
"name": "Qwen-max",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 8000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 6000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/qwen-plus.json
Normal file
29
packages/service/core/ai/config/llm/qwen-plus.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Qwen",
|
||||||
|
"model": "qwen-plus",
|
||||||
|
"name": "Qwen-plus",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 64000,
|
||||||
|
"maxResponse": 8000,
|
||||||
|
"quoteMaxToken": 60000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/qwen-turbo.json
Normal file
29
packages/service/core/ai/config/llm/qwen-turbo.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Qwen",
|
||||||
|
"model": "qwen-turbo",
|
||||||
|
"name": "Qwen-turbo",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 128000,
|
||||||
|
"maxResponse": 8000,
|
||||||
|
"quoteMaxToken": 100000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/qwen-vl-max.json
Normal file
29
packages/service/core/ai/config/llm/qwen-vl-max.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Qwen",
|
||||||
|
"model": "qwen-vl-max",
|
||||||
|
"name": "qwen-vl-max",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 32000,
|
||||||
|
"maxResponse": 2000,
|
||||||
|
"quoteMaxToken": 20000,
|
||||||
|
"maxTemperature": 1.2,
|
||||||
|
|
||||||
|
"vision": true,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": false,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": false,
|
||||||
|
"usedInQueryExtension": false,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": false,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
26
packages/service/core/ai/config/llm/qwen-vl-plus.json
Normal file
26
packages/service/core/ai/config/llm/qwen-vl-plus.json
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"provider": "Qwen",
|
||||||
|
"model": "qwen-vl-plus",
|
||||||
|
"name": "qwen-vl-plus",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 32000,
|
||||||
|
"maxResponse": 2000,
|
||||||
|
"quoteMaxToken": 20000,
|
||||||
|
"maxTemperature": 1.2,
|
||||||
|
|
||||||
|
"vision": true,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": false,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": false,
|
||||||
|
"usedInQueryExtension": false,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": false
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Qwen",
|
||||||
|
"model": "qwen2.5-14b-instruct",
|
||||||
|
"name": "qwen2.5-14b-128k",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 128000,
|
||||||
|
"maxResponse": 8000,
|
||||||
|
"quoteMaxToken": 50000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Qwen",
|
||||||
|
"model": "qwen2.5-32b-instruct",
|
||||||
|
"name": "qwen2.5-32b-128k",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 128000,
|
||||||
|
"maxResponse": 8000,
|
||||||
|
"quoteMaxToken": 50000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": true,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Qwen",
|
||||||
|
"model": "qwen2.5-72b-instruct",
|
||||||
|
"name": "Qwen2.5-72B-128k",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 128000,
|
||||||
|
"maxResponse": 8000,
|
||||||
|
"quoteMaxToken": 50000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": true,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/yi-lightning.json
Normal file
29
packages/service/core/ai/config/llm/yi-lightning.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Yi",
|
||||||
|
"model": "yi-lightning",
|
||||||
|
"name": "yi-lightning",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 16000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 12000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": false,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
29
packages/service/core/ai/config/llm/yi-vision-v2.json
Normal file
29
packages/service/core/ai/config/llm/yi-vision-v2.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"provider": "Yi",
|
||||||
|
"model": "yi-vision-v2",
|
||||||
|
"name": "yi-vision-v2",
|
||||||
|
|
||||||
|
"censor": false,
|
||||||
|
"charsPointsPrice": 0,
|
||||||
|
|
||||||
|
"maxContext": 16000,
|
||||||
|
"maxResponse": 4000,
|
||||||
|
"quoteMaxToken": 12000,
|
||||||
|
"maxTemperature": 1,
|
||||||
|
|
||||||
|
"vision": true,
|
||||||
|
"toolChoice": false,
|
||||||
|
"functionCall": false,
|
||||||
|
"defaultSystemChatPrompt": "",
|
||||||
|
|
||||||
|
"datasetProcess": false,
|
||||||
|
"usedInClassify": true,
|
||||||
|
"customCQPrompt": "",
|
||||||
|
"usedInExtractFields": true,
|
||||||
|
"usedInQueryExtension": true,
|
||||||
|
"customExtractPrompt": "",
|
||||||
|
"usedInToolCall": true,
|
||||||
|
|
||||||
|
"defaultConfig": {},
|
||||||
|
"fieldMap": {}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user