feat: allow setting ollama host (#874)

This commit is contained in:
Yingjie He
2025-01-29 11:34:41 -08:00
committed by GitHub
parent c59bf888e8
commit 129e4a9e44
12 changed files with 40 additions and 12 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ impl Provider for OllamaProvider {
OLLAMA_DOC_URL,
vec![ConfigKey::new(
"OLLAMA_HOST",
false,
true,
false,
Some(OLLAMA_HOST),
)],