mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(core): Update LLM applications building support (no-changelog) (#7710)
extracted out of #7336 --------- Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com> Co-authored-by: Oleg Ivaniv <me@olegivaniv.com> Co-authored-by: Alex Grozav <alex@grozav.com>
This commit is contained in:
committed by
GitHub
parent
4a89504d54
commit
117962d473
@@ -22,10 +22,11 @@ export class OpenAiApi implements ICredentialType {
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'Organization ID',
|
||||
displayName: 'Organization ID (optional)',
|
||||
name: 'organizationId',
|
||||
type: 'string',
|
||||
default: '',
|
||||
hint: 'Only required if you belong to multiple organisations',
|
||||
description:
|
||||
"For users who belong to multiple organizations, you can set which organization is used for an API request. Usage from these API requests will count against the specified organization's subscription quota.",
|
||||
},
|
||||
|
||||
@@ -25,6 +25,9 @@ export class SupabaseApi implements ICredentialType {
|
||||
name: 'serviceRole',
|
||||
type: 'string',
|
||||
default: '',
|
||||
typeOptions: {
|
||||
password: true,
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user