11 lines
349 B
JavaScript
11 lines
349 B
JavaScript
globalThis.YFB_EXTENSION_CONFIG = Object.freeze({
|
|
"apiKey": "sk-f9966506e15d4a678f560c1a9b67fee2",
|
|
"model": "qwen3.5-flash",
|
|
"chatEndpoint": "https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions",
|
|
"requestTimeoutMs": 45000,
|
|
"maxBodyChars": 12000,
|
|
"maxAiChars": 1800,
|
|
"maxListPreviewChars": 400,
|
|
"maxLogEntries": 80
|
|
});
|