Commit Graph

2713 Commits

Author SHA1 Message Date
Enrico Ros 1dcdb3ba3e Use ElevenLabs only if configured 2023-05-03 09:49:38 -07:00
Enrico Ros 91bbcac6d7 Support multiLingual Voice Synthesis (Eleven Labs)
By switching the Language setting to something other than English, the better 'multilingual' ElevenLabs
model will be selected.
2023-04-29 21:16:32 -07:00
Enrico Ros a555a52026 More proper support for /commands + fix some potential history issues 2023-04-28 03:09:51 -07:00
Enrico Ros 30faee7f09 Google: reliable, 2->4 results, lower tokens/data, #98 2023-04-27 23:42:34 -07:00
Enrico Ros 5e4c222d8d Merged Google Programmable Search
Using and Edge function for accessing the Google API and
return the search results (.items[]) to the client (browser).
Added all type definitions (browser<>edge, and edge<>google),
and honor environment variables. When both the new environment
variables are set at build time, the user won't be asked for
keys.

Basically this implements #98, via ReAct.
2023-04-27 03:44:37 -07:00
Fred Liu b287b79c56 Add Google search Tool to ReAct. 2023-04-27 01:38:43 -07:00
Enrico Ros 0bb1751059 Fix Zustand 2023-04-26 03:22:03 -07:00
Enrico Ros 281ed00fcf Move settings to their own modules 2023-04-26 03:09:38 -07:00
Enrico Ros ffb24d897e 🔧 ReFactor II 2023-04-26 02:25:51 -07:00
Enrico Ros ee60dbd53e 🔧 ReFactor
🤯
2023-04-26 01:52:17 -07:00
Enrico Ros b36cbeed55 Move Stores 2023-04-25 23:49:49 -07:00
Enrico Ros bb5886aa02 Further moves 2023-04-25 23:41:32 -07:00
Enrico Ros 2d2fc134e7 Move OpenAI to its place 2023-04-25 23:29:16 -07:00