# Copy to examples/.env and fill in — .env is git-ignored, never commit your key. # Any OpenAI-compatible endpoint works; the package appends "/chat/completions". INFOMANIAK_AI_BASE_URL= # e.g. https://api.infomaniak.com/2/ai//openai/v1 INFOMANIAK_AI_API_KEY= # your API token GEMMA_MODEL= # model id (e.g. google/gemma-4-31B-it) PRIVACY_GEMMA_TIMEOUT_MS=60000