frigate/frigate/genai
Josh Hawkins e95e9b52f3
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
GenAI tweak (#22773)
* refresh model dropdown after changing provider or base url

* decouple list_models from provider init

switching providers in the UI left an invalid model in the config, then _init_provider would fail and list_models would return an empty list, making it impossible to select a valid model
2026-04-05 11:00:13 -06:00
..
__init__.py Tweaks (#22770) 2026-04-05 10:08:23 -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 GenAI tweak (#22773) 2026-04-05 11:00:13 -06:00
manager.py Refactor genai (#22752) 2026-04-03 17:13:52 -06:00
ollama.py GenAI tweak (#22773) 2026-04-05 11:00:13 -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