-
Notifications
You must be signed in to change notification settings - Fork 867
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
Fix-realtime-settings #1344
base: main
Are you sure you want to change the base?
Fix-realtime-settings #1344
Conversation
…logic - Add validation to skip realtime recording if no Deepgram API key is provided - Remove unused import in server core module - Fix indentation in server recording logic
- Update core and realtime modules to handle Deepgram API key and URL configuration - Allow realtime transcription with custom WebSocket URL when API key is not provided - Remove redundant API key validation in realtime streaming
@EzraEllette is attempting to deploy a commit to the louis030195's projects Team on Vercel. A member of the Team first needs to authorize it. |
i think this is good but missing some UI changes on app settings, it's not intuitive atm |
@louis030195 What is not intuitive? The process is select screenpipe cloud as the realtime transcription engine and restart screenpipe. Maybe disable the selection unless either screenpipe-cloud is subscribed or a custom deepgram key is provided? |
so last time there was a user running real time transcription and he did not set api key or using screenpipe cloud without having a subscription or something like this and not until we looked into the logs we saw something was wrong it should show in the UI |
description
related issue: #1335
how to test
Validating the custom url and key seems out of scope. I don't have screenpipe cloud so I can't test the authorization
/claim #1335