If you're still using ChatGPT but feel you're missing out on the capabilities of today's best models like Claude 3.7 and Gemini 2.5 Pro I highly recommend you check out ChatWise (by @egoist.dev) chatwise.app?atp=maoberle... (affiliate link, but it is my LLM client of choice!). It has MCP support!
ChatWise now supports Gemini Image Gen Select the model "Gemini 2.0 Flash Exp (Image Gen)"
Now you can add chain of thoughts to any model, just use the @think prefix docs.chatwise.app/at-think
FYI, you can enable "Reasoning" for any model in ChatWise by using a system prompt: Just ask the model to think out loud in a <think> tag and ChatWise will do the rest Check out the system prompt: docs.chatwise.app/reasoning#en...
New in ChatWise 0.6.13: - Thinking UI for Gemini 2.0 Flash Thinking - HTML/SVG support in in Artifacts - Better default scrolling behavior
Y'all check out chatwise.app by @egoist.dev! Only $12 for Lifetime right now. 🤯
ChatWise
The fastest AI chatbot for any LLM
chatwise.app
I just updated Dum to support Bun as a package manager, now it can use Bun to install packages when bun.lock(b) exists github.com/egoist/dum
Artifacts are live in ChatWise 0.6, and it supports models from Lllama 3.3 70B to Claude 3.5 Sonnet, check it out: docs.chatwise.app/artifacts
I made a CLI to extract an entire website to a text file, so you can send it to your favorite LLM github.com/egoist/sitef...
I use PGLite (a wasm build of Postgres) by @electric-sql.com locally so I don't need to install Postgres or run a Docker container 👀
Biggest pain points of using Tauri over Electron for me: - Inconsistent webview behavior: mac / windows / linux all different implementations - Safari devtools not as good as Chrome devtools - Rust complexity & slow compile time
It seems many people are not aware of macOS's built-in dictation feature 🤔
Gemini 2.0 voice mode can only transcribe speech, it can't recognize emotion and pronunciation like GPT-4o
Trying to implement system audio recording in Swift, let's see if Cursor can do it
Introducing @vite.dev-plugin-compile-time v0.4 Call `compileTime` anywhere and it will be replaced with the returned data at compile time git.new/compile-time