🚨 Remove unnecessary parameter max_choices=1 when multiselect=False

This commit is contained in:
2024-05-03 09:15:32 +02:00
parent 4cc4d68519
commit 8ba28bd1df
3 changed files with 0 additions and 4 deletions

View File

@@ -67,7 +67,6 @@ class OpenaiLLMEngine(BaseLLMEngine):
gr.Dropdown(
label="Model",
choices=OPENAI_POSSIBLE_MODELS,
max_choices=1,
value=OPENAI_POSSIBLE_MODELS[0],
)
]