mirror of
https://github.com/jcreek/AutomatedAssessmentFeedbackAgent.git
synced 2026-07-12 18:43:49 +00:00
build(*): Add example environment variables file
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user