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:
Phil Nash 2025-08-27 03:08:37 +10:00 committed by GitHub
commit 1eae241b25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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