Spaces:
Sleeping
Sleeping
| # Azure OpenAI credentials for teacher trajectory generation. | |
| # Copy this file to .env and fill in your real values: | |
| # cp .env.example .env | |
| # then edit .env to put in your actual key | |
| # | |
| # .env is in .gitignore so it never gets committed. | |
| AZURE_OPENAI_ENDPOINT=https://metahackathon-resource.cognitiveservices.azure.com/ | |
| AZURE_OPENAI_API_KEY=PASTE_YOUR_KEY_HERE | |
| AZURE_OPENAI_DEPLOYMENT=gpt-5.4 | |
| AZURE_OPENAI_API_VERSION=2024-12-01-preview | |