Ask Gemini directly from BlahST #13
QuantiusBenignus
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to keep BlahST local only and so far have avoided adding features that will break that rule, but in principle, the framework is sound and general enough to be extended beyond the local modality. Local LLMs are great in many ways but some users may not like the idea of setting up a local LLM, yet, would like to interact with one using
BlahST.Many online options are available, including Google's Gemini - accessible from any Chrome browser by using the already existing omnibox shortcut
@gemini.BlahSTcould become a speech-input gateway to Gemini by adding , for example, yet another wake word such as "Hey Gemini" followed by a question and simply pasting that in the address bar of Chrome, no extensions needed. The idea is to simply press theBlahSThotkey and speak something like:with the expectation that a running or a new instance of Chrome will be available to receive the formatted speech input.
In terms of the code that might provide such functionality in
wsiAIit could look like this:where the function
chrome_gemini_askcould be defined beforehand to be something like this:This should conveniently format the question and paste it in the address bar, ready to be inspected and sent to Gemini.
Just another idea to extend the functionality of BlahST.
Please, feel free to use this discussion to suggest other ways of using the universal speech input of BlahST for automating and enhancing the Linux user experience.
Beta Was this translation helpful? Give feedback.
All reactions