Azure: remove path from the example

This commit is contained in:
Enrico Ros
2025-09-12 12:47:09 -07:00
parent e79df4a347
commit 51c41473a5
+1 -1
View File
@@ -64,7 +64,7 @@ export function AzureServiceSetup(props: { serviceId: DModelsServiceId }) {
autoCompleteId='azure-endpoint'
title='Azure Endpoint'
description={<Link level='body-sm' href='https://github.com/enricoros/big-agi/blob/main/docs/config-azure-openai.md' target='_blank'>configuration</Link>}
placeholder='https://your-resource-name.openai.azure.com/'
placeholder='https://your-resource.openai.azure.com'
isError={hostError}
value={azureEndpoint}
onChange={text => updateSettings({ azureEndpoint: text })}