| { |
| "feConfigs": { |
| "lafEnv": "https://laf.dev" |
| }, |
| "systemEnv": { |
| "vectorMaxProcess": 15, |
| "qaMaxProcess": 15, |
| "tokenWorkers": 50, |
| "pgHNSWEfSearch": 100 |
| }, |
| "llmModels": [ |
| { |
| "model": "gpt-4o", |
| "name": "gpt-4o", |
| "avatar": "/imgs/model/openai.svg", |
| "maxContext": 125000, |
| "maxResponse": 4000, |
| "quoteMaxToken": 120000, |
| "maxTemperature": 1.2, |
| "charsPointsPrice": 0, |
| "censor": false, |
| "vision": true, |
| "datasetProcess": true, |
| "usedInClassify": true, |
| "usedInExtractFields": true, |
| "usedInToolCall": true, |
| "usedInQueryExtension": true, |
| "toolChoice": true, |
| "functionCall": false, |
| "customCQPrompt": "", |
| "customExtractPrompt": "", |
| "defaultSystemChatPrompt": "", |
| "defaultConfig": {}, |
| "fieldMap": {} |
| }, |
| { |
| "model": "gpt-4o-mini", |
| "name": "gpt-4o-mini", |
| "avatar": "/imgs/model/openai.svg", |
| "maxContext": 125000, |
| "maxResponse": 4000, |
| "quoteMaxToken": 120000, |
| "maxTemperature": 1.2, |
| "charsPointsPrice": 0, |
| "censor": false, |
| "vision": true, |
| "datasetProcess": true, |
| "usedInClassify": true, |
| "usedInExtractFields": true, |
| "usedInToolCall": true, |
| "usedInQueryExtension": true, |
| "toolChoice": true, |
| "functionCall": false, |
| "customCQPrompt": "", |
| "customExtractPrompt": "", |
| "defaultSystemChatPrompt": "", |
| "defaultConfig": {}, |
| "fieldMap": {} |
| }, |
| { |
| "model": "gpt-3.5-turbo", |
| "name": "gpt-3.5-turbo", |
| "avatar": "/imgs/model/openai.svg", |
| "maxContext": 125000, |
| "maxResponse": 4000, |
| "quoteMaxToken": 120000, |
| "maxTemperature": 1.2, |
| "charsPointsPrice": 0, |
| "censor": false, |
| "vision": true, |
| "datasetProcess": true, |
| "usedInClassify": true, |
| "usedInExtractFields": true, |
| "usedInToolCall": true, |
| "usedInQueryExtension": true, |
| "toolChoice": true, |
| "functionCall": false, |
| "customCQPrompt": "", |
| "customExtractPrompt": "", |
| "defaultSystemChatPrompt": "", |
| "defaultConfig": {}, |
| "fieldMap": {} |
| } |
| ], |
| "vectorModels": [ |
| { |
| "model": "text-embedding-3-small", |
| "name": "text-embedding-3-small", |
| "avatar": "/imgs/model/openai.svg", |
| "charsPointsPrice": 0, |
| "defaultToken": 512, |
| "maxToken": 3000, |
| "weight": 100 |
| } |
| ], |
| "reRankModels": [], |
| "audioSpeechModels": [ |
| { |
| "model": "tts-1", |
| "name": "OpenAI TTS1", |
| "charsPointsPrice": 0, |
| "voices": [ |
| { "label": "Alloy", "value": "alloy", "bufferId": "openai-Alloy" }, |
| { "label": "Echo", "value": "echo", "bufferId": "openai-Echo" }, |
| { "label": "Fable", "value": "fable", "bufferId": "openai-Fable" }, |
| { "label": "Onyx", "value": "onyx", "bufferId": "openai-Onyx" }, |
| { "label": "Nova", "value": "nova", "bufferId": "openai-Nova" }, |
| { "label": "Shimmer", "value": "shimmer", "bufferId": "openai-Shimmer" } |
| ] |
| } |
| ], |
| "whisperModel": { |
| "model": "whisper-1", |
| "name": "Whisper1", |
| "charsPointsPrice": 0 |
| } |
| } |