mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 06:10:49 +08:00
Update Ollama Model + Links (#3294)
wip Co-authored-by: Sai Kolasani <sai.kolasani@datastax.com>
This commit is contained in:
@ -16,7 +16,7 @@ class OllamaEmbeddingsComponent(LCModelComponent):
|
||||
MessageTextInput(
|
||||
name="model",
|
||||
display_name="Ollama Model",
|
||||
value="llama2",
|
||||
value="llama3.1",
|
||||
),
|
||||
MessageTextInput(
|
||||
name="base_url",
|
||||
|
||||
@ -77,8 +77,8 @@ class ChatOllamaComponent(LCModelComponent):
|
||||
DropdownInput(
|
||||
name="model_name",
|
||||
display_name="Model Name",
|
||||
value="llama3",
|
||||
info="Refer to https://ollama.ai/library for more models.",
|
||||
value="llama3.1",
|
||||
info="Refer to https://ollama.com/library for more models.",
|
||||
refresh_button=True,
|
||||
),
|
||||
FloatInput(
|
||||
|
||||
Reference in New Issue
Block a user