mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Azure: remove path from the example
This commit is contained in:
+1
-1
@@ -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 })}
|
||||
|
||||
Reference in New Issue
Block a user