-
Notifications
You must be signed in to change notification settings - Fork 118
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
feat: whisper support #76
Merged
transmissions11
merged 12 commits into
paradigmxyz:main
from
ghgoodreau:upstream-whisper
May 20, 2023
Merged
feat: whisper support #76
transmissions11
merged 12 commits into
paradigmxyz:main
from
ghgoodreau:upstream-whisper
May 20, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gonna mark this non draft for a sec so i can see the vercel preview lol |
hm not building, guess cuz the fork ur coming from already has vercel setup? idk, back to draft |
Weird- I've had vercel this whole time on my fork |
transmissions11
added a commit
that referenced
this pull request
Jun 10, 2023
* fix: typo * feat: IOS PWA * nit: reorder (trying to fix ci) * fix: apple-mobile-web-app-status-bar-style * fix: restore default status bar style * fix: theme color * nit: reorder * fix: fixes "[object Object]" copy code button output (#68) * fixes object copy code error * Update src/components/utils/Markdown.tsx --------- Co-authored-by: t11s <[email protected]> * feat: add gpt-4-32k support * fix: copy messages to clipboard keybind * fix: markdown styling improvements, list item newline fix (#62) Co-authored-by: t11s <[email protected]> * nit: hr tweaks * nit: tweak red highlight (#64) Co-authored-by: t11s <[email protected]> * nit: restore shadow * docs: update repo links * docs: update description * feat: whisper support (#76) Co-authored-by: t11s <[email protected]> * nit: whitespace * feat: track whisper usage in mixpanel * feat: whisper transcription keybind * get claude working * add readme for self * cleanup * make title and link optional --------- Co-authored-by: t11s <[email protected]> Co-authored-by: jaavin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
#72
Solution
Adds a component that handles microphone recording and sending to the whisper API. utilizes a callback to fill the prompt box with the result of the whisper transcription.
TODO: test on various browsers, add handling to hide the button based on the browsers microphone recording support. Also need to update the styling to match the rest of the app, mainly button colors.
Checklist