fix(base.py): set OpenAI API Key field as not required
This commit is contained in:
parent
c6d2d96da8
commit
3497161105
1 changed files with 1 additions and 1 deletions
|
|
@ -225,6 +225,6 @@ class FrontendNode(BaseModel):
|
|||
field.is_list = True
|
||||
if "api_key" in key and "OpenAI" in str(name):
|
||||
field.display_name = "OpenAI API Key"
|
||||
field.required = True
|
||||
field.required = False
|
||||
if field.value is None:
|
||||
field.value = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue