feat: enable real-time refresh for Base URL input in ChatOllamaComponent (#9346)
Co-authored-by: Sebastián Estévez <estevezsebastian@gmail.com> Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
This commit is contained in:
parent
a483d55b8c
commit
1eae241b25
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ class ChatOllamaComponent(LCModelComponent):
|
|||
display_name="Base URL",
|
||||
info="Endpoint of the Ollama API.",
|
||||
value="",
|
||||
real_time_refresh=True,
|
||||
),
|
||||
DropdownInput(
|
||||
name="model_name",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue