We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0182d38 commit 4dfe349Copy full SHA for 4dfe349
backend/app/rag/llms/provider.py
@@ -81,7 +81,7 @@ class LLMProviderOption(BaseModel):
81
provider_display_name="Ollama",
82
provider_description="Ollama is a lightweight framework for building and running large language models.",
83
provider_url="https://ollama.com",
84
- default_llm_model="llama3.1",
+ default_llm_model="llama3.2",
85
llm_model_description="Find more in https://ollama.com/library",
86
default_config={
87
"base_url": "http://localhost:11434",
0 commit comments