Spaces:
Sleeping
Sleeping
File size: 441 Bytes
ece0bbe | 1 2 3 4 5 6 7 8 9 10 11 12 | # 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
|