Add local AI ollama for security purpose (#226)

Co-authored-by: PhotoPortfolio Developer <developer@photportfolio.local>
This commit is contained in:
trungtt6
2026-02-16 11:28:38 +08:00
committed by GitHub
parent 0d18210803
commit cd638fff6c
3 changed files with 16 additions and 3 deletions

View File

@@ -175,6 +175,7 @@ type ProvidersConfig struct {
VLLM ProviderConfig `json:"vllm"`
Gemini ProviderConfig `json:"gemini"`
Nvidia ProviderConfig `json:"nvidia"`
Ollama ProviderConfig `json:"ollama"`
Moonshot ProviderConfig `json:"moonshot"`
ShengSuanYun ProviderConfig `json:"shengsuanyun"`
DeepSeek ProviderConfig `json:"deepseek"`