build(*): Add example environment variables file

This commit is contained in:
Josh Creek
2025-04-16 22:57:13 +01:00
parent 6fb6b04432
commit e3a58ccfb2
+11
View File
@@ -0,0 +1,11 @@
# Example .env file for Automated Assessment Feedback Agent
# Copy this file to .env and fill in your Azure OpenAI credentials
# Your Azure OpenAI API key
AZURE_OPENAI_API_KEY=your-azure-openai-key-here
# Your Azure OpenAI endpoint (e.g., https://your-resource-name.openai.azure.com)
AZURE_OPENAI_ENDPOINT=https://your-resource-name.openai.azure.com
# The deployment name for your model (e.g., gpt-4, gpt-35-turbo)
AZURE_OPENAI_DEPLOYMENT=gpt-4