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 af4b73f commit c7e6ae7Copy full SHA for c7e6ae7
articles/ai-services/openai/references/elasticsearch.md
@@ -123,7 +123,7 @@ Prerequisites:
123
```bash
124
export AzureOpenAIEndpoint=https://example.openai.azure.com/
125
export ChatCompletionsDeploymentName=turbo
126
-export SearchEndpoint='https://example.eastus.azurecontainer.io:443'
+export SearchEndpoint='https://example.eastus.azurecontainer.io'
127
export IndexName=testindex
128
export Key='***'
129
export KeyId='***'
0 commit comments