Configuration File

You might say

Help me update the default model in the AI tool's config file to DeepSeek, and increase the timeout limit to 60 seconds.

A structured file containing runtime settings and environment parameters for software to parse upon startup or runtime.For example, an AI tool may read its model, endpoint, timeout, and permission settings from a config file, while project rules describe the stack and collaboration conventions for the current codebase. A config may reference secret variable names, but real secrets belong in environment variables or a secret manager and must not be tracked by git.
config.jsonconfig.toml
Further reading