There was an error while loading. Please reload this page.
1 parent c155d98 commit 4b64eb8Copy full SHA for 4b64eb8
2 files changed
Labfiles/05a-m365-teams-integration/Python/agent.yaml
@@ -5,7 +5,7 @@ version: "1.0"
5
# Model configuration
6
model:
7
type: azure_openai
8
- deployment_name: gpt-4o
+ deployment_name: gpt-5
9
temperature: 0.7
10
max_tokens: 1500
11
Labfiles/05b-work-iq-integration/Python/.env.example
@@ -1,6 +1,6 @@
1
# Azure AI Foundry Project Configuration
2
PROJECT_ENDPOINT=your-project-endpoint-here
3
-MODEL_DEPLOYMENT_NAME=gpt-4o
+MODEL_DEPLOYMENT_NAME=gpt-5
4
# Optional: If you need specific authentication
# AZURE_TENANT_ID=your-tenant-id
0 commit comments