continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://continue.dev/docs
Apache License 2.0
12.97k stars 877 forks source link

Text to Speech #814

Open NinjaPerson24119 opened 4 months ago

NinjaPerson24119 commented 4 months ago

Validations

Problem

My biggest bottleneck when coding is my typing speed.

I've been using https://github.com/ollama-webui/ollama-webui and find the text-to-speech incredibly useful. Until I can do the same thing in the IDE, it'll probably be faster to copy paste into my browser instead.

Solution

Add a hotkey + button on UI that can start text-to-speech.

martnaum commented 2 weeks ago

Same issue here. I accelerated by using the VS Code Speech plugin. It also works offline and there is no context switch between VS Code and the ollama-webui (which currently is the open-webui) any longer required on my end. I am quite confident that enabling the VS Code Speech within Continue would:

We should also consider if the VS Code Speech plugin can be configured in a way to work with Continue out of the box as it seems to support chat based and editor based speech to text. Sadly I am not that deep into VS Code currently to try that on my own.