mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
e5b63a1041
* Move evaluation folders to under evaluations * Change folder path
9 lines
350 B
Bash
9 lines
350 B
Bash
# Azure OpenAI Configuration (for the agent being tested)
|
|
AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com/
|
|
AZURE_OPENAI_DEPLOYMENT_NAME=gpt-4o
|
|
# AZURE_OPENAI_API_KEY=your-api-key-here
|
|
|
|
# Azure AI Project Configuration (for red teaming)
|
|
# Create these resources at: https://portal.azure.com
|
|
AZURE_AI_PROJECT_ENDPOINT=your-ai-project-name
|