{
    "deepseek": {
        "apiKey": "your-api-key-here",
        "apiBaseUrl": "https://api.deepseek.com/v1",
        "model": "deepseek-chat",
        "maxTokens": 2000,
        "temperature": 0.7
    },
    "caching": true,
    "cacheTTL": 3600
}
