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
commit 2ffd723065
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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(