config.json A developer shared a configuration file for an AI tool that connects to OpenRouter to access models like OpenAI's GPT-5.2. The config includes logging, API timeout, and proxy settings, with a placeholder API key. | { | | | "LOG": true, | | | "LOG LEVEL": "debug", | | | "CLAUDE PATH": "", | | | "HOST": "127.0.0.1", | | | "PORT": 3456, | | | "APIKEY": "", | | | "API TIMEOUT MS": "600000", | | | "PROXY URL": "", | | | "transformers": , | | | "Providers": | | | { | | | "name": "openrouter", | | | "api base url": "https://openrouter.ai/api/v1/chat/completions", | | | "api key": "COLOQUE SUA CHAVE AQUI", | | | "models": | | | "openai/gpt-5.2" | | | , | | | "transformer": { | | | "use": | | | "openrouter" | | | | | | } | | | } | | | , | | | "StatusLine": { | | | "enabled": false, | | | "currentStyle": "default", | | | "default": { | | | "modules": | | | }, | | | "powerline": { | | | "modules": | | | } | | | }, | | | "Router": { | | | }, | | | "CUSTOM ROUTER PATH": "" | | | } |