Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration
This commit is contained in:
commit
51ae47b1fc
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class OpenAIEmbeddingsComponent(CustomComponent):
|
|||
"password": True,
|
||||
"advanced": True,
|
||||
},
|
||||
"openai_api_key": {"display_name": "OpenAI API Key", "password": True},
|
||||
"openai_api_key": {"display_name": "OpenAI API Key", "password": True, "required": True},
|
||||
"openai_api_type": {
|
||||
"display_name": "OpenAI API Type",
|
||||
"advanced": True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue