Skip to content
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
merged 12 commits into from
May 20, 2023
Merged

Conversation

ghgoodreau
Copy link
Contributor

@ghgoodreau ghgoodreau commented May 2, 2023

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

  • Tested in Chrome
  • Tested in Safari

@ghgoodreau ghgoodreau marked this pull request as draft May 2, 2023 23:08
@transmissions11
Copy link
Member

gonna mark this non draft for a sec so i can see the vercel preview lol

@transmissions11 transmissions11 marked this pull request as ready for review May 3, 2023 02:42
@transmissions11
Copy link
Member

hm not building, guess cuz the fork ur coming from already has vercel setup? idk, back to draft

@transmissions11 transmissions11 marked this pull request as draft May 3, 2023 02:44
@ghgoodreau
Copy link
Contributor Author

Weird- I've had vercel this whole time on my fork

@ghgoodreau ghgoodreau marked this pull request as ready for review May 4, 2023 00:30
@ghgoodreau ghgoodreau changed the title draft: MVP whisper support whisper support May 16, 2023
@transmissions11 transmissions11 changed the title whisper support feat: whisper support May 20, 2023
@transmissions11 transmissions11 merged commit d134b34 into paradigmxyz:main May 20, 2023
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants