smol-ai / GodMode
- понедельник, 21 августа 2023 г. в 00:00:20
AI Chat Browser: Fast, Full webapp access to ChatGPT / Claude / Bard / Bing / Llama2! I use this 20 times a day.
This is a dedicated chat browser that only does one thing: help you quickly access the full webapps of ChatGPT, Claude 2, Perplexity, Bing and more with a single keyboard shortcut (Cmd+Shift+G).
Whatever is typed at the bottom is entered into all web apps simultaneously, however if you wish to explore one further than the other you can do so independently since they are just webviews.
Install here! Arm64 for Apple Silicon Macs, non Arm64 for the rest. We technically do support Windows, but need Windows users to help us with the build process/instructions.
You can also build from source, see instructions below.
It's well discussed by now that GPT4 is a mixture of experts model, which explains its great advancement over GPT3 while not sacrificing speed. It stands to reason that if you can run one chat and get results from all the top closed/open source models, you will get that much more diversity in results for what you seek. As a side benefit, we will add opt-in data submission soon so we can crowdsource statistics on win rates, niche advantages, and show them over time.
“That's why it's always worth having a few philosophers around the place. One minute it's all is truth beauty and is beauty truth, and does a falling tree in the forest make a sound if there's no one there to hear it, and then just when you think they're going to start dribbling one of 'em says, incidentally, putting a thirty-foot parabolic reflector on a high place to shoot the rays of the sun at an enemy's ships would be a very interesting demonstration of optical principles.”
Yes and no:
Cmd+Shift+L
(Aug update: currently broken in the GodMode rewrite, will fix))Cmd+Shift+G
, customizable). Feels a LOT faster than having it live in a browser window somewhere and is easy to pull up/dismiss during long generations.Provider (default in bold) | Notes |
---|---|
ChatGPT | Defaults to "GPT4.5"! |
Claude 2 | Excellent, long context, multi document, fast model. |
Perplexity | The login is finnicky - login to Google on any of the other chats, and then reload (cmd+R) - it'll auto login. Hopefully they make it more intuitive/reliable in future. |
Bing | Microsoft's best. It's not the same as GPT-4!. We could use help normalizing its styling. |
Bard | Google's best. Bard's updates are... flaky |
Quora Poe | Added in #118 |
You.com Chat | Added in #142 |
HuggingChat | Offers Llama2, OpenAssistant |
Vercel Chat | Added in #117 |
Local/GGML Models (via OobaBooga) | Requires Local Setup, see oobabooga docs |
Phind | Developer focused chat (temporarily disabled) |
OpenRouter | Access GPT4, Claude, PaLM, and open source models |
OpenAssistant | Coming Soon — Submit a PR! |
Claude 1 | Requires Beta Access |
... What Else? | Submit a New Issue! |
Keyboard Shortcuts:
Cmd+Shift+G
for quick open and Cmd+Enter
to submit.Cmd+Shift+L
to toggle light/dark mode (not customizable for now)Pane Resizing and Rearranging:
Cmd+1/2/3
to pop out individual webviewsCmd +/-
to zoom in/out globallyCmd p
to pin/unpin the window Always on TopModel Toggle:
Support for oobabooga/text-generation-webui:
http://127.0.0.1:7860/
before running it inside of the smol menubar.Starting New Conversations:
Cmd+R
to start a new conversation with a simple window refresh.Prompt Critic: Uses Llama 2 to improve your prompting when you want it!
You can:
When you first run the app:
please see https://github.com/smol-ai/GodMode/blob/main/CONTRIBUTING.md
If you want to build from source, you will need to clone the repo and open the project folder:
Clone the repository and navigate to the project folder:
git clone https://github.com/smol-ai/GodMode.git
cd menubar
npm install
# On Windows, you may also need Squirrel - these are old instructions, we would love a Windows volunteer to verify
# npm install electron-squirrel-startup
npm run start # to run in development, locally
Generate binaries:
npm run package # https://electron-react-boilerplate.js.org/docs/packaging
# ts-node scripts/clean.js dist clears the webpackPaths.distPath, webpackPaths.buildPath, webpackPaths.dllPath
# npm run build outputs to /release/app/dist/main
# electron-builder build --publish never builds and code signs the app.
# this is mostly for swyx to publish the official codesigned and notarized releases
The outputs will be located in the /release/build
directory.
by default we're mac only - i only have a mac sorry. (we are seeking a "Windows Maintainer"! and someone to help make this work on Arch Linux)
Please let us know if you hvave windows/linux instructions.
I only later heard about https://github.com/sunner/ChatALL which is cool but I think defaulting to a menbuar/webview experience is better - you get to use full features like Code Interpreter and Claude 2 file upload when they come out, without waiting for API