Configuration File
Help me update the default model in the AI tool's config file to DeepSeek, and increase the timeout limit to 60 seconds.
Help me update the default model in the AI tool's config file to DeepSeek, and increase the timeout limit to 60 seconds.
| AI tool | Can edit config file | Configuration file location | Official docs |
|---|---|---|---|
| Codex | Supported | ~/.codex/config.tomlProject: <project directory>/.codex/config.toml | |
| Claude Code | Supported | ~/.claude/settings.jsonProject: <project directory>/.claude/settings.json | |
| Gemini CLI | Supported | %USERPROFILE%\.gemini\settings.jsonProject: <project directory>\.gemini\settings.json | |
| Qoder | Not supported | Configure models from the in-tool /model entry. | |
| Trae | Not supported | Configure models in the product under “Settings → Models”. | |
| WorkBuddy | Not supported | Configure models in the product under “Settings → Models”. |
Config files store runtime settings (JSON / YAML / TOML): Stores provider, model, endpoint, port, or permission parameters. Common formats include JSON (strict key-value), YAML (supports comments), and TOML (clear sections).
Project rules specify collaboration requirements: Project rules describe the constraints and conventions the model must follow in the current codebase, such as stack, code style, and boundaries.
Restart usually required after changes: Most tools only read configs on startup. Modifying next.config.js, .env, or tailwind.config.ts usually requires restarting the dev server (Ctrl+C then npm run dev).
First identify which config file this tool actually loads, then check its model, endpoint, and timeout settings. Do not read or print real secrets; report the effective path and configuration layer.
Build in 3D. Put your computer to work.