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

Clarification on offline capabilities #324

Open
DivinorWieldor opened this issue Aug 4, 2024 · 1 comment
Open

Clarification on offline capabilities #324

DivinorWieldor opened this issue Aug 4, 2024 · 1 comment

Comments

@DivinorWieldor
Copy link

I've been reading through the documentation and I couldn't get a 100% clear answer to my question. Apologies if I missed anything.

From what I gather, sigma requires an internet connection to work, right? There are instructions on how the application needs to be configured for an azure connection, and how it uses client-server architecture for enhanced cloud computing. Still, these were mostly in reference to speech recognition from what I could gather.

So my question is: can sigma run fully offline, albeit with limited or reduced functionality? Or does it require an internet connection when it is running?

@sandrist
Copy link
Contributor

sandrist commented Aug 6, 2024

As of now, SIGMA requires an internet connection for the Azure components like speech recognition, speech synthesis, and LLMs, as currently configured. It would not run offline without some changes to the code. You could certainly replace the cloud components with other components that run offline, but you would need to implement those changes in the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants