mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(OpenAI Chat Model Node): Respect baseURL override for /models (#10076)
This commit is contained in:
@@ -1296,7 +1296,8 @@ export type DisplayCondition =
|
||||
| { _cnd: { startsWith: string } }
|
||||
| { _cnd: { endsWith: string } }
|
||||
| { _cnd: { includes: string } }
|
||||
| { _cnd: { regex: string } };
|
||||
| { _cnd: { regex: string } }
|
||||
| { _cnd: { exists: true } };
|
||||
|
||||
export interface IDisplayOptions {
|
||||
hide?: {
|
||||
|
||||
Reference in New Issue
Block a user