mirror of
https://github.com/jcreek/AutomatedAssessmentFeedbackAgent.git
synced 2026-07-12 18:43:49 +00:00
12 lines
448 B
Bash
12 lines
448 B
Bash
# 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
|