OpenInterpreter / open-interpreter

A natural language interface for computers
http://openinterpreter.com/
GNU Affero General Public License v3.0
50.54k stars 4.4k forks source link

Codestral tts #1302

Open Notnaton opened 2 weeks ago

Notnaton commented 2 weeks ago

Describe the changes you have made:

Added tts for codestral profile

Reference any relevant issues (e.g. "Fixes #000"):

Pre-Submission Checklist (optional but appreciated):

OS Tests (optional but appreciated):

MikeBirdTech commented 2 weeks ago

Thanks Anton!!

Video of profile in action: https://www.youtube.com/watch?v=l9QKGc4AL60

KillianLucas commented 2 weeks ago

NICE!! Love the idea of a local voice assistant. I do think we should keep OI's main repo focused on text, but a profile is a great place to add this extension.

Could the other new files perhaps be pushed into the profile? For example, I think we shouldn't have everyone installing those dependencies, maybe just do a try except around the imports of them, then if that fails, you could print a message saying "you need to pip install these dependencies". Then I think the live_transcribe could also go in the profile, at the top. What do you think?

Notnaton commented 2 weeks ago

Could the other new files perhaps be pushed into the profile?

Maybe profiles/utils/ is a good spot for glue needed for awesome profiles