feat: Add AZURE_OPENAI_API_KEY as a visible config parameter (#3265)
This commit is contained in:
@@ -195,11 +195,6 @@ export const PROVIDER_REGISTRY: ProviderRegistry[] = [
|
||||
description:
|
||||
'Access Azure OpenAI models using API key or Azure credentials. If no API key is provided, Azure credential chain will be used.',
|
||||
parameters: [
|
||||
{
|
||||
name: 'AZURE_OPENAI_API_KEY',
|
||||
is_secret: true,
|
||||
required: false,
|
||||
},
|
||||
{
|
||||
name: 'AZURE_OPENAI_ENDPOINT',
|
||||
is_secret: false,
|
||||
@@ -213,6 +208,11 @@ export const PROVIDER_REGISTRY: ProviderRegistry[] = [
|
||||
is_secret: false,
|
||||
default: '2024-10-21',
|
||||
},
|
||||
{
|
||||
name: 'AZURE_OPENAI_API_KEY',
|
||||
is_secret: true,
|
||||
default: '',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user