The Simple GPT Chat Client
Guppy communicates with the APIs of OpenAI, Anthropic, Google, Deepseek, and Moonshot, and supports most of the later chat models of these providers.
Conversations can be saved and loaded for documentation and continuation. Only JSON and YAML store both the conversation and settings.
Design focus has been on simplicity and usage-oriented colorfulness, aiming more for the general population than specifically software developers or other professionals.
Users needs to enter their own OpenAI API Key, so all cost is on them.
I almost only use this client, as it’s no-nonsense and due to the file-based conversation management.
Project
Guppy runs locally in the user’s browser, and communicates externally only with AI APIs and our own Matomo installation (once per page load). No custom server-side code is used.
The core functionality was developed during a few days at the end of August 2023.
Functional improvements and adding new AI models are done continuously.