pearai-app
pearai-app copied to clipboard
Toggle between last opened chat and current `CMD+0`
- If the user has a previous chat, pressing
CMD+0should bring that previous chat to the current chat panel. - Pressing this key again should bring back the most recent chat.
- If no the user has no previous chat, this command should do nothing.
I used Whisper from Open AI for a class project. It's pretty performant and accurate when running locally at least.
@quangcito yessir we can give it a try!
Hey @Fryingpannn @quangcito! A speech research engineer here, I would love to work on this issue! Are there any updates on the issue?
Yo @Sedherthe Please feel free to take this on. I'm happy to pass it to you. ;D
is anyone working on this issue or can i give it a shot?
@AmaanBilwar @Sedherthe @quangcito
This is still open, if anyone wants to take a crack!
i can work on it @nang-dev . was wondering if the issue was fixed where the chat wont load for windows devs lmk
This is still open, if anyone wants to take a crack!
could you make me the assignee for this issue?
@AmaanBilwar feel free to take this issue over. I've done some initial thinking and would be happy to share what I've got so far if helpful.
@nang-dev sorry i've been MIA, regarding the direction, I think it might be better to build a voice-based LLM agent directly within PearAI. Of course, speech-to-text (STT) remains a crucial feature. For the STT implementation, AI-powered dictation is typically recommended. Would you prefer hosting the LLM for STT or setting up a lightweight local LLM for the PearAI app?
VS Code just release a STT, TTS extension last year. We might be able to package this into the app as an option for users rather than building our own solution from scratch. https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-speech https://githubnext.com/projects/copilot-voice/
VS Code just release a STT, TTS extension last year. We might be able to package this into the app as an option for users rather than building our own solution from scratch. https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-speech https://githubnext.com/projects/copilot-voice/
wait this is huge im going to look more into this & go off from there. Thanks @quangcito