Commit Graph

12 Commits

Author SHA1 Message Date
Enrico Ros 4ef48f0923 Lints 2023-03-24 18:22:13 -07:00
Enrico Ros 5425ed3ca4 Update README.md 2023-03-20 21:27:01 -07:00
Enrico Ros 5cfcd7931e React hook for Speech Recognition
Adapt speech recognition to begin as 'false' and dynamically update state.
UX: the button can now be dynamic (no hydration issues). Differentiated
mobile vs desktop look.

I need to use the 'useCallback' function to pass the onResult callback,
otherwise the code loops (as the callback function will get recreated
every time, and it's circular).
2023-03-20 21:04:26 -07:00
Marc Khoury 1a052b3b64 Basic Voice Input 2023-03-20 20:59:40 -04:00
Enrico Ros a414ca139d Thank Contributors.
And add Tech Stack
2023-03-19 20:43:11 -07:00
Enrico Ros 466a3667a4 Add demo link 2023-03-19 05:28:23 -07:00
Enrico Ros cbbf0dc698 Add demo link 2023-03-19 05:28:07 -07:00
Enrico Ros 3c60361635 User Provided API Keys
The keys are stored within the localStorage of the browser.
The string is passed to the backend as a parameter in the REST
API call (to '/api/chat'), where it has priority over other
keys set in the OPENAI_API_KEY of the backend.
2023-03-19 04:28:20 -07:00
Enrico Ros caff2353da More Screenshots 2023-03-19 02:46:21 -07:00
Enrico Ros d73c50740f Update Readme 2023-03-19 02:25:34 -07:00
Enrico Ros 0b4646cd0a Create Next App 2023-03-18 23:54:30 -07:00
Enrico Ros 4d56d1a4ac Initial commit 2023-03-18 21:50:48 -07:00