fix env variable name for migration samples (#1014)

This commit is contained in:
SergeyMenshykh
2025-09-30 14:30:52 +00:00
committed by GitHub
parent 7967983755
commit 38b6f68d70
14 changed files with 28 additions and 28 deletions
@@ -334,8 +334,8 @@ $env:OPENAI_API_KEY = "sk-..."
**For Azure OpenAI and Azure OpenAI Assistants projects:**
```powershell
$env:AZUREOPENAI_ENDPOINT = "https://<your-project>.cognitiveservices.azure.com/"
$env:AZUREOPENAI_DEPLOYMENT_NAME = "gpt-4o" # Optional, defaults to gpt-4o
$env:AZURE_OPENAI_ENDPOINT = "https://<your-project>.cognitiveservices.azure.com/"
$env:AZURE_OPENAI_DEPLOYMENT_NAME = "gpt-4o" # Optional, defaults to gpt-4o
```
**Optional debug mode:**