Skip to content

Commit 4de4f78

Browse files
more changes
1 parent c0186d6 commit 4de4f78

File tree

1 file changed

+2
-2
lines changed
  • workshop/docs/workshop/Challenge-5

1 file changed

+2
-2
lines changed

workshop/docs/workshop/Challenge-5/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Content Understanding is an innovative solution designed to analyze and interpre
2525
```
2626
1. Fill required information into .env from the resources that you alredy have created, remember that your model is ***gpt-4o-mini***, you should have something like this:
2727
```shell
28-
AZURE_AI_SERVICE_ENDPOINT="https://kmyfeztrgpktwf-aiservices-cu.cognitiveservices.azure.com"
28+
AZURE_AI_SERVICE_ENDPOINT="https://<azure-ai-service>-aiservices-cu.cognitiveservices.azure.com"
2929
AZURE_AI_SERVICE_API_VERSION=2024-12-01-preview
30-
AZURE_OPENAI_ENDPOINT="https://kmyfeztrgpktwf-aiservices.openai.azure.com"
30+
AZURE_OPENAI_ENDPOINT="https://<azure-ai-service>-aiservices.openai.azure.com"
3131
AZURE_OPENAI_API_VERSION=2024-08-01-preview
3232
AZURE_OPENAI_CHAT_DEPLOYMENT_NAME=gpt-4o-mini
3333
AUTHENTICATION_URL="https://cognitiveservices.azure.com/.default"

0 commit comments

Comments
 (0)