open-interpreter icon indicating copy to clipboard operation
open-interpreter copied to clipboard

Codestral tts

Open Notnaton opened this issue 1 year ago • 3 comments

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):

  • [ ] I have included relevant documentation updates (stored in /docs)
  • [x] I have read docs/CONTRIBUTING.md
  • [x] I have read docs/ROADMAP.md

OS Tests (optional but appreciated):

  • [ ] Tested on Windows
  • [ ] Tested on MacOS
  • [x] Tested on Linux

Notnaton avatar Jun 11 '24 20:06 Notnaton

Thanks Anton!!

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

MikeBirdTech avatar Jun 11 '24 20:06 MikeBirdTech

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?

KillianLucas avatar Jun 15 '24 00:06 KillianLucas

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

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

Notnaton avatar Jun 15 '24 06:06 Notnaton