Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camera specific GenAI provider #16159

Open
phabibjr opened this issue Jan 27, 2025 · 0 comments
Open

Camera specific GenAI provider #16159

phabibjr opened this issue Jan 27, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@phabibjr
Copy link

Describe what you are trying to accomplish and why in non-technical terms
I want to assign different generative AI (GenAI) providers to each camera. For instance, I would like to use OpenAI for outdoor cameras and a local provider, such as Ollama, for indoor cameras. This approach protects privacy for indoor cameras while reducing the workload on Ollama by offloading outdoor cameras to OpenAI.

Describe the solution you'd like
Allow each camera to have its GenAI provider configured individually in its settings. The system should use the specified provider for that camera when generating or regenerating descriptions.

Describe alternatives you've considered
Instead of configuring providers per camera, enable settings to assign GenAI providers for groups of cameras, such as indoor and outdoor groups.

Additional context
In version 0.15rc1, I tried setting Ollama as the GenAI provider for a single camera without a global provider configured. However, when clicking "regenerate," the popup indicated that the request was sent to OpenAI, and no new description was generated.

@phabibjr phabibjr added the enhancement New feature or request label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant