Skip to content

Commit 4dfe349

Browse files
authored
chore: using llama3.2 as default model for ollama provider (#644)
1 parent 0182d38 commit 4dfe349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/rag/llms/provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class LLMProviderOption(BaseModel):
8181
provider_display_name="Ollama",
8282
provider_description="Ollama is a lightweight framework for building and running large language models.",
8383
provider_url="https://ollama.com",
84-
default_llm_model="llama3.1",
84+
default_llm_model="llama3.2",
8585
llm_model_description="Find more in https://ollama.com/library",
8686
default_config={
8787
"base_url": "http://localhost:11434",

0 commit comments

Comments
 (0)