Implement llama.cpp GenAI Provider (#21690)

* Implement llama.cpp GenAI Provider

* Add docs

* Update links

* Fix broken mqtt links

* Fix more broken anchors
This commit is contained in:
Nicolas Mowen
2026-02-26 21:27:56 -07:00
parent d3260e34b6
commit 9b7cee18db
5 changed files with 145 additions and 5 deletions
+1
View File
@@ -14,6 +14,7 @@ class GenAIProviderEnum(str, Enum):
azure_openai = "azure_openai"
gemini = "gemini"
ollama = "ollama"
llamacpp = "llamacpp"
class GenAIConfig(FrigateBaseModel):