Jarvis icon indicating copy to clipboard operation
Jarvis copied to clipboard

Fully Functional Voice Based Natural Language UI

Results 2 Jarvis issues
Sort by recently updated
recently updated
newest added

**Describe the bug** - Enable and disable security mode via offline communicator or voice commands - Works as it should - Enable via offline communicator but disable via voice command:...

This PR adds support for models from all the above mentioned providers using https://github.com/BerriAI/litellm/ Here's a sample of how it's used: ``` from litellm import completion, acompletion ## set ENV...

enhancement