File size: 2,491 Bytes
3357e27 492c918 6ba032c 709f7ee 6ba032c 709f7ee |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 |
{
"systemEnv": {
"openapiPrefix": "fastgpt",
"vectorMaxProcess": 10,
"qaMaxProcess": 10,
"pgHNSWEfSearch": 80
},
"llmModels": [
{
"model": "@cf/qwen/qwen1.5-14b-chat-awq",
"name": "Qwen 1.5 14B Chat AWQ",
"avatar": "/imgs/model/qwen.svg",
"maxContext": 8192,
"maxResponse": 2048,
"quoteMaxToken": 8192,
"maxTemperature": 1.0,
"inputPrice": 0,
"outputPrice": 0,
"censor": false,
"vision": false,
"datasetProcess": true,
"toolChoice": true,
"functionCall": true,
"customCQPrompt": "",
"customExtractPrompt": "",
"defaultSystemChatPrompt": "",
"defaultConfig": {}
},
{
"model": "deepseek-chat",
"name": "DeepSeek V2",
"avatar": "/imgs/model/deepseek.svg",
"maxContext": 4096,
"maxResponse": 2048,
"quoteMaxToken": 4096,
"maxTemperature": 1.0,
"inputPrice": 0,
"outputPrice": 0,
"censor": false,
"vision": false,
"datasetProcess": true,
"toolChoice": true,
"functionCall": true,
"customCQPrompt": "",
"customExtractPrompt": "",
"defaultSystemChatPrompt": "",
"defaultConfig": {}
}
],
"vectorModels": [
{
"model": "BAAI/bge-m3",
"name": "BAAI/bge-m3",
"avatar": "/imgs/model/openai.svg",
"charsPointsPrice": 0,
"defaultToken": 2000,
"maxToken": 8000,
"weight": 100
},
{
"model": "Pro/BAAI/bge-m3",
"name": "Pro/BAAI/bge-m3",
"avatar": "/imgs/model/openai.svg",
"charsPointsPrice": 0,
"defaultToken": 2000,
"maxToken": 8000,
"weight": 100,
"defaultConfig": {},
"dbConfig": {},
"queryConfig": {}
}
],
"reRankModels": [
{
"model": "BAAI/bge-reranker-v2-m3",
"name": "检索重排-base",
"charsPointsPrice": 0,
"requestUrl": "https://api.siliconflow.cn/v1/rerank",
"requestAuth": "sk-xqnfqdvwujzarsqayfyoqojyewvcmixymkjrzqinrpuseuzn"
}
],
"audioSpeech模型": [
{
"model": "tts-1",
"name": "OpenAI TTS1",
"charsPointsPrice": 0,
"voices": [
{
"label": "全部oy",
"value": "alloy",
"bufferId": "openai-全部oy"
},
{
"label": "Echo",
"value": "echo",
"bufferId": "openai-Echo"
},
{
"label": "Fable",
"value": "fable",
"bufferId": "openai-Fable"
},
{
"label": "Onyx",
"value": "onyx",
"bufferId": "openai-Onyx"
},
{
"label": "11月a",
"value": "nova",
"bufferId": "openai-11月a"
},
{
"label": "Shimmer",
"value": "shimmer",
"bufferId": "openai-Shimmer"
}
]
}
],
"whisperModel": {
"model": "whisper-1",
"name": "Whisper1",
"charsPointsPrice": 0
}
} |