We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a6379 commit f43fdb4Copy full SHA for f43fdb4
articles/ai-services/content-safety/quickstart-groundedness.md
@@ -68,7 +68,7 @@ Create a new Python file named _quickstart.py_. Open the new file in your prefer
68
import http.client
69
import json
70
71
- endpoint = "<my-custom-subdomain>.cognitiveservices.azure.com"
+ endpoint = "<your_custom_subdomain>.cognitiveservices.azure.com"
72
conn = http.client.HTTPSConnection(endpoint)
73
payload = json.dumps({
74
"domain": "Generic",
0 commit comments