I like this one: <a href="https://github.com/oobabooga/text-generation-webui">https://github.com/oobabooga/text-generation-webui</a><p>LLM is the swiss army knife for everyone not just developers.
Last year, I started building a similar desktop tool in Flutter: <a href="https://github.com/PolyglotNetwork/devtoolbox">https://github.com/PolyglotNetwork/devtoolbox</a><p>I wanted to include offline CyberChef within this app in a webview but it turned out, Flutter still doesn't support WebViews on non-mobile platforms. I wonder if that has changed.
Nice tool, sure there might be other tools online that have more features, but this is a pretty tool and pleasing to the eye and to use. Also it's nice to have a simple fast desktop tool. Thanks for building it!
Going to piggyback off of this thread and ask: does anyone know of an offline tool like this to show a visual diff between two pieces of text?<p>Edit: I’ve been using JetBrains IDEs for at least 10 years now and never thought to type “diff” into the actions menu looking for this… well, sure enough, it’s there! It’s about the same as the merge conflict resolver, which is amazing.