frigate/frigate/genai
Nicolas Mowen 9cb76d0bd9
Some checks are pending
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
Refactor genai (#22752)
* Switch to a feature-based roles so it is easier to choose models for different tasks

* Fallback and try llama-swap format

* List models supported by provider

* Cleanup

* Add frontend

* Improve model loading

* Make it possible to update genai without restarting

* Cleanup

* Cleanup

* Mypy
2026-04-03 17:13:52 -06:00
..
__init__.py Refactor genai (#22752) 2026-04-03 17:13:52 -06:00
azure-openai.py Refactor genai (#22752) 2026-04-03 17:13:52 -06:00
gemini.py Refactor genai (#22752) 2026-04-03 17:13:52 -06:00
llama_cpp.py Refactor genai (#22752) 2026-04-03 17:13:52 -06:00
manager.py Refactor genai (#22752) 2026-04-03 17:13:52 -06:00
ollama.py Refactor genai (#22752) 2026-04-03 17:13:52 -06:00
openai.py Refactor genai (#22752) 2026-04-03 17:13:52 -06:00
utils.py Fixes (#22280) 2026-03-05 14:11:32 -06:00