frigate/frigate/genai
Pedro Diogo b6fd86a066
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
feat(genai): add api_key auth support for ollama cloud (#23096)
- Add _auth_headers() helper to pass Bearer token when api_key is set
- Wire headers into all Ollama client instantiations (sync + async)
- Update docs with Ollama Cloud direct connection example and yaml config
2026-05-02 17:55:25 -06:00
..
__init__.py Miscellaneous fixes (#23044) 2026-04-30 12:53:34 -05:00
azure-openai.py Refactor genai (#22752) 2026-04-03 17:13:52 -06:00
gemini.py Miscellaneous fixes (#23044) 2026-04-30 12:53:34 -05:00
llama_cpp.py Miscellaneous fixes (#23032) 2026-04-29 16:20:19 -06:00
manager.py Refactor genai (#22752) 2026-04-03 17:13:52 -06:00
ollama.py feat(genai): add api_key auth support for ollama cloud (#23096) 2026-05-02 17:55:25 -06:00
openai.py Miscellaneous fixes (#23044) 2026-04-30 12:53:34 -05:00
utils.py Fixes (#22280) 2026-03-05 14:11:32 -06:00