Replies: 7 comments 9 replies
-
Really nice. Great work. |
Beta Was this translation helpful? Give feedback.
-
I just realized I have a custom instructions that make it work well for speaking and I didn’t include that. I need to. Without that you get the typical long responses and bullets, which gpt4 loves so much. |
Beta Was this translation helpful? Give feedback.
-
Does voice work with the other models (other than OpenAI) too? |
Beta Was this translation helpful? Give feedback.
-
I tried it in prod mode, and got to see the red microphone, both on my
phone and in my Chromebook.
Message ID: ***@***.***>
When I tried to talk about the shared screen, this appeared in my logs,
LoadError (Could not open library 'vips.so.42': vips.so.42: cannot open
shared object file: No such file or directory.
The solution for me was:
sudo apt-get install -y libvips
This is on Ubuntu 22.04
Wow, after that it worked.
This is very powerful.
Stephan
|
Beta Was this translation helpful? Give feedback.
-
It is a very nice feature! It really is a totally new tool.
You may have thought about this already, just in case: how about storing
the hard-coded phrases in the db, let the user control them, save you the
effort,
people can share.
Stephan
…On Tue, 14 May 2024 at 10:07, Keith Schacht ***@***.***> wrote:
Ah yes, I think vips is required for doing anything with image attachments
(even unrelated to this voice API). So I suspect you never tried attaching
an image before. I do a good job of keeping the docker container up to
date, but now that you mention this, the README should be updated with this
vips reference.
Also, since I haven't documented much yet, you may enjoy browsing the
ListenerInterface. The bottom of the file has the phrases I hard coded as I
was testing this out:
https://github.com/allyourbot/hostedgpt/blob/main/app/javascript/blocks/interfaces/listener_interface.js
I'm so glad you've gotten to try it! :) I'm really, really excited about
this. It's really changing how I use ChatGPT to just be able to talk to my
computer all day long.
—
Reply to this email directly, view it on GitHub
<#348 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACAV3WRQDMAZFSG5MYMHYLZCJAFTAVCNFSM6AAAAABHVGKWAKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TIMZWGU2TS>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Stephan Wehner, Ph.D.
The Buckmaster Institute, Inc.
2150 Adanac Street
Vancouver BC V5L 2E7
Canada
Cell (604) 767-7415
Fax (888) 808-4655
Sign up for our free email course
http://buckmaster.ca/small_business_website_mistakes.html
http://www.buckmaster.ca
http://answer4img.com
http://loggingit.com
http://clocklist.com
http://stephansmap.org
http://benchology.com
http://www.trafficlife.com
http://stephan.sugarmotor.org (Personal Blog)
@stephanwehner (Personal Account)
VA7WSK (Personal call sign)
|
Beta Was this translation helpful? Give feedback.
-
I just merged in a round of fixes. Most notably, the experience was broken on PWA app but now it's working really well. Also, I added a first attempt at sound effects. And incidentally if you haven't "installed" the PWA app by adding a Safari bookmark to your iOS home screen, try it out. It's a pretty good experience. cc: @stephan-buckmaster since I know you're trying it |
Beta Was this translation helpful? Give feedback.
-
In Chrome-based browsers it works great! Nice! In Firefox, I get: I was thinking, take a look at this: https://github.com/KoljaB/RealtimeSTT ALSO: In Firefox: When I hit "enter" on the chat, it appears to now create a newline rather than submit. An alternative button to submit would help to solve when bugs like this happen: perhaps giving the user an option to use it like that and press a button, OR press enter to submit. |
Beta Was this translation helpful? Give feedback.
-
In the same spirit as today's OpenAI announcement, I've been working on a voice mode for Hosted GPT. I've just finished implementing a pretty solid first version and merged it in. I would love to have you try it out and share any feedback! I don't have full test coverage on this new feature yet so I've disabled it by default. You can enable it by opening
features.yml
and setting voice totrue
.Restart your dev server and be sure to change your assistant's custom instructions to:
Here is a short demo of how the feature works. It's pretty slick!
https://share.zight.com/L1ubg6j4
Note: The assistant's name is hard coded to be "Samantha", soon I'll create an option for you to choose the name. And when I get this feature fully ready, I'll make it much easier to use. I
cc: @anandvc @florianfelsing @olimart @stephan-buckmaster @stevenlafl @tmaier
Beta Was this translation helpful? Give feedback.
All reactions