Skip to content

Commit 4b64eb8

Browse files
committed
minor model fixes
1 parent c155d98 commit 4b64eb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Labfiles/05a-m365-teams-integration/Python/agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: "1.0"
55
# Model configuration
66
model:
77
type: azure_openai
8-
deployment_name: gpt-4o
8+
deployment_name: gpt-5
99
temperature: 0.7
1010
max_tokens: 1500
1111

Labfiles/05b-work-iq-integration/Python/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Azure AI Foundry Project Configuration
22
PROJECT_ENDPOINT=your-project-endpoint-here
3-
MODEL_DEPLOYMENT_NAME=gpt-4o
3+
MODEL_DEPLOYMENT_NAME=gpt-5
44

55
# Optional: If you need specific authentication
66
# AZURE_TENANT_ID=your-tenant-id

0 commit comments

Comments
 (0)