Skip to content

Commit

Permalink
perf: model config
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu committed Jan 23, 2025
1 parent 8b13596 commit 8a72932
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/service/core/ai/config/llm/gemini-exp-1206.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"provider": "Gemini",
"model": "gemini-exp-1206",
"name": "gemini-exp-1206",

"censor": false,
"charsPointsPrice": 0,

"maxContext": 128000,
"maxResponse": 8000,
"quoteMaxToken": 120000,
"maxTemperature": 1,

"vision": true,
"toolChoice": true,
"functionCall": false,
"defaultSystemChatPrompt": "",

"datasetProcess": true,
"usedInClassify": true,
"customCQPrompt": "",
"usedInExtractFields": true,
"usedInQueryExtension": true,
"customExtractPrompt": "",
"usedInToolCall": true,

"defaultConfig": {},
"fieldMap": {}
}
29 changes: 29 additions & 0 deletions packages/service/core/ai/config/llm/hunyuan-pro-32k.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"provider": "Hunyuan",
"model": "hunyuan-pro-32k(测试)",
"name": "hunyuan-pro-32k(测试)",

"censor": false,
"charsPointsPrice": 0,

"maxContext": 28000,
"maxResponse": 4000,
"quoteMaxToken": 28000,
"maxTemperature": 1,

"vision": false,
"toolChoice": false,
"functionCall": false,
"defaultSystemChatPrompt": "",

"datasetProcess": true,
"usedInClassify": true,
"customCQPrompt": "",
"usedInExtractFields": true,
"usedInQueryExtension": true,
"customExtractPrompt": "",
"usedInToolCall": true,

"defaultConfig": {},
"fieldMap": {}
}
29 changes: 29 additions & 0 deletions packages/service/core/ai/config/llm/hunyuan-turbo-vision.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"provider": "Hunyuan",
"model": "hunyuan-turbo-vision",
"name": "hunyuan-turbo-vision",

"censor": false,
"charsPointsPrice": 0,

"maxContext": 6000,
"maxResponse": 2000,
"quoteMaxToken": 6000,
"maxTemperature": 1,

"vision": true,
"toolChoice": false,
"functionCall": false,
"defaultSystemChatPrompt": "",

"datasetProcess": false,
"usedInClassify": false,
"customCQPrompt": "",
"usedInExtractFields": false,
"usedInQueryExtension": false,
"customExtractPrompt": "",
"usedInToolCall": false,

"defaultConfig": {},
"fieldMap": {}
}
29 changes: 29 additions & 0 deletions packages/service/core/ai/config/llm/qwen-coder-turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"provider": "Qwen",
"model": "qwen-coder-turbo",
"name": "qwen-coder-turbo",

"censor": false,
"charsPointsPrice": 0,

"maxContext": 128000,
"maxResponse": 8000,
"quoteMaxToken": 50000,
"maxTemperature": 1,

"vision": false,
"toolChoice": false,
"functionCall": false,
"defaultSystemChatPrompt": "",

"datasetProcess": false,
"usedInClassify": false,
"customCQPrompt": "",
"usedInExtractFields": false,
"usedInQueryExtension": false,
"customExtractPrompt": "",
"usedInToolCall": false,

"defaultConfig": {},
"fieldMap": {}
}

0 comments on commit 8a72932

Please sign in to comment.