This commit is contained in:
huaqingxu
2026-03-06 23:39:52 +08:00
parent b1198b343b
commit 19db078e72
2 changed files with 31 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ DEFAULT_CONFIG = {
"llm": {
"provider": "ollama",
"config": {
"host": OLLAMA_HOST,
# "host": OLLAMA_HOST,
"model": OLLAMA_LLM_MODEL,
"temperature": 0.2,
},
@@ -53,7 +53,7 @@ DEFAULT_CONFIG = {
"embedder": {
"provider": "ollama",
"config": {
"host": OLLAMA_HOST,
# "host": OLLAMA_HOST,
"model": OLLAMA_EMBEDDER_MODEL,
},
},