-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UX Improvements #29
Comments
on model selection, I'd quite like to have the deepgram connection occur after the app interface has loaded, and show a loading wheel while we connect to the websocket. that way, we can use the settings draw, and on changing model it will show the loading screen again. hopefully this will give us the benefit of keeping message history while users are allowed to change whichever settings they wish let's separate this into a separate issue so we can continue to discuss it.
love this. would love a PR that maintains the mobile-friendly interface and allows multiple lines of input. go for it!
for settings, yeh this is a great idea. i believe there are some nice solutions out there in the wild for syncing useState with localstorage. useLocalStorage might be done go for it!
go for it!
go for it! |
Relates to deepgram-devs#29 - It fixes accessibility - Fixes LCP, performance increase from 50 to 70%
Ack, I will create a separate issue for the first issue. 👍 |
* Issue-29: Fix LCP of app Relates to #29 - It fixes accessibility - Fixes LCP, performance increase from 50 to 70% * Fix Text: follow -> share
Relates to deepgram-devs#29 - It fixes accessibility - Fixes LCP, performance increase from 50 to 70%
* fix: LCP of app Relates to #29 * fix: accessibility * fix: LCP, performance increase from 50 to 70% * fix: Fix mobile responsive, store voice * fix: layout to avoid duplication of MessageAudio * fix: build failed because of types * fix: border to 2rem
* Issue-29: Fix LCP of app Relates to deepgram-devs/deepgram-ai-agent-demo#29 - It fixes accessibility - Fixes LCP, performance increase from 50 to 70% * Fix Text: follow -> share
* fix: LCP of app Relates to deepgram-devs/deepgram-ai-agent-demo#29 * fix: accessibility * fix: LCP, performance increase from 50 to 70% * fix: Fix mobile responsive, store voice * fix: layout to avoid duplication of MessageAudio * fix: build failed because of types * fix: border to 2rem
Proposed changes
initialization
, give user an option to select the model?shift+enter
then it acts as a enterContext
Few of my initial findings, while I was on my phone. First thing I noticed after login into the Deepgram that it have different model, but there is no option to choose.
Possible Implementation
Other information
I would be happy to contribute.
The text was updated successfully, but these errors were encountered: