rhythm_env / .env.example
InosLihka's picture
Algorithm Distillation: grader v2 with belief_accuracy + SFT pipeline
ece0bbe
raw
history blame contribute delete
441 Bytes
# 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