mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
fix Providers UI
This commit is contained in:
parent
b9132968b2
commit
e637930d6d
1 changed files with 6 additions and 0 deletions
|
|
@ -338,6 +338,12 @@ const PROVIDER_CREDENTIAL_FIELDS: Record<Providers, ProviderCredentialField[]> =
|
|||
type: "password",
|
||||
required: true
|
||||
}],
|
||||
[Providers.AIML]: [{
|
||||
key: "api_key",
|
||||
label: "API Key",
|
||||
type: "password",
|
||||
required: true
|
||||
}],
|
||||
[Providers.Cerebras]: [{
|
||||
key: "api_key",
|
||||
label: "API Key",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue