Skip to content

Commit f43fdb4

Browse files
Update quickstart-groundedness.md
1 parent 57a6379 commit f43fdb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/content-safety/quickstart-groundedness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Create a new Python file named _quickstart.py_. Open the new file in your prefer
6868
import http.client
6969
import json
7070
71-
endpoint = "<my-custom-subdomain>.cognitiveservices.azure.com"
71+
endpoint = "<your_custom_subdomain>.cognitiveservices.azure.com"
7272
conn = http.client.HTTPSConnection(endpoint)
7373
payload = json.dumps({
7474
"domain": "Generic",

0 commit comments

Comments
 (0)