Merge branch 'zustand/io/migration' of personal:logspace-ai/langflow into zustand/io/migration

This commit is contained in:
anovazzi1 2024-03-31 18:10:57 -03:00
commit 51ae47b1fc

View file

@ -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,