{ "enable-chat": true, "keys": { "openai": [ "sk-1234567890" ], "anthropic": [ "sk-1234567890" ], "moonshot": [ "sk-1234567890" ], "deepseek": [ "sk-1234567890" ] }, "requester": { "openai-chat-completions": { "base-url": "https://api.openai.com/v1", "args": {}, "timeout": 120 }, "anthropic-messages": { "base-url": "https://api.anthropic.com", "args": { "max_tokens": 1024 }, "timeout": 120 }, "moonshot-chat-completions": { "base-url": "https://api.moonshot.cn/v1", "args": {}, "timeout": 120 }, "deepseek-chat-completions": { "base-url": "https://api.deepseek.com", "args": {}, "timeout": 120 } }, "model": "gpt-3.5-turbo", "prompt-mode": "normal", "prompt": { "default": "" } }