What is this? A GPT-4/Gemini Voice/Video Exploration Tool!
Do you have an API key from either OpenAI or Gemini? You can use the tool online! No need to install anything.
See below for more context:
- Original "A Remake of the Google Gemini Fake Demo, Except Using GPT-4 and It's Real" video
 - Heads-to-heads comparison of Gemini Pro and GPT-4
 - Sagittarius supports multiple voices, can be used by anyone on the internet, and is much faster! Yay
 
- clone this repo, cd into it
 - duplicate 
.env.exampleand name the copy.env - fill out the 
VITE_OPENAI_KEY=value with your OpenAI api key. you must have access to thegpt-4-vision-previewmodel- you can also try out the Gemini API if you have a key -- fill out 
VITE_GEMINI_KEYin the same.env 
 - you can also try out the Gemini API if you have a key -- fill out 
 - then, run:
 npm installnpm run dev- the demo will be running at http://localhost:5173
 
note: the in-browser speech recognition works best in Google Chrome
-  allow input of API keys as 
<input>on the page - deploy frontend to site i.e. sagittarius.greg.technology via vite+github actions
 - enable streaming output..!
 - make new video with 3) streaming output / comparison
 - enable selection of dictation language
 - make new video with 1) uses of repo in the wild / forks 2) UI improvements
 - add allcontributors bot
 - add dependabot