Runtime configuration (single source of truth)¶
To keep experiments repeatable and scripts maintainable, this repo uses .env to store:
AZURE_OPENAI_ENDPOINTAZURE_OPENAI_API_KEYAZURE_OPENAI_DEPLOYMENTโ Put your deployment name hereAZURE_OPENAI_API_VERSION(default:2024-10-21)
Copy .env.example to .env.
Why this matters¶
Centralizing configuration prevents errors during sweeps (e.g., accidentally testing different deployments or API versions).