Update Ollama Model + Links (#3294)

wip

Co-authored-by: Sai Kolasani <sai.kolasani@datastax.com>
This commit is contained in:
Sai Kolasani
2024-08-12 17:45:31 -07:00
committed by GitHub
parent 6105606f5c
commit 2ffd723065
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ class OllamaEmbeddingsComponent(LCModelComponent):
MessageTextInput(
name="model",
display_name="Ollama Model",
value="llama2",
value="llama3.1",
),
MessageTextInput(
name="base_url",

View File

@ -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(