add cognitive services implementation (#3799)

This commit is contained in:
marcbloech
2026-04-27 18:38:03 +02:00
committed by GitHub
parent 5b8deef2f9
commit 9dcde1e3fa
5 changed files with 161 additions and 4 deletions

View File

@@ -119,6 +119,8 @@ OAuth credentials are also stored here after `/login` and managed automatically.
```bash
export AZURE_OPENAI_API_KEY=...
export AZURE_OPENAI_BASE_URL=https://your-resource.openai.azure.com
# also supported: https://your-resource.cognitiveservices.azure.com
# root endpoints are auto-normalized to /openai/v1
# or use resource name instead of base URL
export AZURE_OPENAI_RESOURCE_NAME=your-resource