Slickgpt
SlickGPT is a light-weight "use-your-own-API-key" web client for the OpenAI API written in Svelte. It offers GPT-4 integration, a userless share feature and other superpowers.
Install / Use
/learn @ShipBit/SlickgptREADME
<a name="readme-top"></a>
[![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url] [![LinkedIn][linkedin-shield]][linkedin-url]
Built With
[![Svelte][svelte-shield]][svelte-url] [![SvelteKit][sveltekit-shield]][sveltekit-url] [![Skeleton][skeleton-shield]][skeleton-url]
<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://www.slickgpt.app/"> <img src="static/logo-slickgpt.svg" alt="Logo" height="160"> </a> <h3 align="center">SlickGPT</h3> <p align="center"> An awesome ChatGPT Client - with Superpowers! <br /> <a href="https://www.slickgpt.app/"><strong>Try for yourself »</strong></a> <br /> <br /> <a href="https://platform.openai.com/account/api-keys">Get your Open AI API key</a> · <a href="https://github.com/ShipBit/slickgpt/issues">Report Bug</a> · <a href="https://github.com/ShipBit/slickgpt/issues">Request Feature</a> <br /> <br /> <a href="https://shipbit.de/discord">Join our Discord server</a> · <a href="https://patreon.com/ShipBit?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=creatorshare_creator&utm_content=join_link">Support us at Patreon</a> </p> </div> <!-- TABLE OF CONTENTS --> <details> <summary>Table of Contents</summary> <ol> <li><a href="#about-the-project">About The Project</a></li> <li><a href="#features">Features</a></li> <li><a href="#comparison-with-chatgpt">Comparison with ChatGPT</a></li> <li><a href="#roadmap">Roadmap</a></li> <li><a href="#development">Development</a></li> <li><a href="#license">License</a></li> <li><a href="#contact">Contact</a></li> </ol> </details>New: SlickGPT Pro (use without API key)
SlickGPT now offers an optional "Pro" plan for a fixed price. If you choose this, you can use our Azure cloud infrastructure to access all the OpenAI models and settings without worrying about having your own API key or usage limits. Yes, it's unlimited usage.
We currently offer these models in SlickGPT Pro:
- GPT-3.5 Turbo
- GPT-4 Turbo
- GPT-4o
There are no paywalled extra features in SlickGPT for Pro users. We don't log any data - the only thing we know is how many tokens were spent. It's just a way to support the project, get rid of the hassle of managing your own API key and to pay a fixed price for unlimited AI usage.
If you're really into AI, you can also combine it with our other project, Wingman AI, and get Wingman AI Ultimate (which includes SlickGPT Pro) for a reduced price.
About the project
![SlickGPT][slickgpt-screenshot]
SlickGPT is a light-weight "use-your-own-API-key" (or optional: subscription-based) web client for OpenAI-compatible APIs written in Svelte. It offers them a very fancy user interface with a rich feature set like managing a local chat history (in your browser's IndexedDb), a userless "Share" function for chats, a prominent context editor, and token cost calculation and distribution. You can run the client locally, host it yourself or use our public instance.
Feature Overview
- Fancy User Interface <br> Interact with an elegant and cleanUI that makes chatting fun and explains a lot of the heavy stuff to users.
- Mobile first and fully responsive <br> SlickGPT is always at your hand. Literally, on your phone.
- Local History <br> Your chat history is stored in your browser's IndexedDb and never leaves your machine (until you actively decide to share chats).
- Delete and edit messages <br> Just like you are used to from the OpenAI client.
- Auto-suggest chat titles <br> SlickGPT can suggest a title for your chat based on the first message you send.
- Share Chats <br> Generate shareable links for your chats with 3 clicks to collaborate and brainstorm ideas with your team or friends. Without any authentication.
- Set Context <br> Provide your own context to guide the AI model while giving responses, ensuring relevant and focused outcomes.
- Cost Calculation <br> Keep track of and control your API usage costs with an in-built token cost calculator for your chats.
- Full Configuration Power <br> Customize OpenAI model settings to tailor the experience to your liking.
- No Registration or Login required <br> Create and even share chats without the need for a login or registration - Simple, fast, and efficient. Note that you'll have to register/login if you want to use the SlickGPT Pro subscription.
- Use your own API Key <br> Keep your API calls private and secure by using your own OpenAI API key or use our cloud infrastructure if you don't want to have an API key or prefer a fixed price over a "pay-per-use" model.
- Host Yourself / Run Everywhere <br> Run the instance locally on your machine or host it on your preferred cloud provider.
SlickGPT currently supports these models:
-
OpenAI:
- GPT-3.5 Turbo
- GPT-4 Turbo
- GPT-4o
-
Mistral:
- Mistral large (latest)
-
Meta (via Groq):
- Llama 3 8B 8192
- Llama 3 70B 8192
Theoretically, every LLM that understands OpenAI's conversation schema should work with SlickGPT. If you want to use a model that is not listed here, please open an issue or contact us. If you self-host SlickGPT, you can also connect it to a local model running in Ollama, LMStudio etc.
See a YouTube video for a quick feature overview (from an older version):
<p align="right">[ <a href="#readme-top">back to top</a> ]</p>In more detail
Local chat history
Your chat history is stored in the IndexedDb of your browser and never leaves your machine (unless you actively decide to share a chat.
<a href="static/docu/history.png"> <img src="static/docu/history.png" alt="History of chats" height="300"> </a>Share Chats
Share chats with 3 clicks to collaborate and brainstorm ideas with your team or friends. No authentication or registration necessary. You can also unshare or update shared chats later. Recipients can import shared chats with a single click and continue your conversation in their own local chat instance.
<a href="static/docu/share.png"> <img src="static/docu/share.png" alt="Share chats" height="300"> </a>Change advanced settings
SlickGPT allows you to customize all parameters the OpenAI API offers to your liking. You can change the model, temperature, top_p, and frequency_penalty parameters to get the best results. You can also set the the chat context (or "system" message) to guide the AI model and shape its behaviour and answers and even use "stop sequences" to limit the answers you get.
<a href="static/docu/settings.png"> <img src="static/docu/settings.png" alt="Settings" height="300"> </a>Detailed token calculation
SlickGPT provides an in-built token cost calculator for your chats. You can see the cost of your chat in real-time as you type and receive answers. This allows you to keep track of and control your API usage. SlickGPT also has a posh pie chart that visualizes the cost distribution within a chat.
<a href="static/docu/tokens.png"> <img src="static/docu/tokens.png" alt="Token calculation" height="300"> </a>Change context
Do you know what "context" is when talking to ChatGPT? Most users don't and that's why SlickGPT displays and explains the concept very clearly with explanations and examples when you start a new chat. This way, one of the most powerful features just becomes "part of the chat".
<a href="static/docu/context.png"> <img src="static/docu/context.png" alt="Set context" height="300"> </a>Switch between light and dark mode
SlickGPT offers a light and dark theme. You can switch between the two modes by clicking the toggle button in the top right corner and once you do, it will remember your choice.
<a href="static/docu/light.png"> <img src="static/docu/light.png" alt="Switch theme" height="300"> </a> <p align="right">[ <a href="#readme-top">back to top</a> ]</p>Comparison with ChatGPT
While ChatGPT offers a great conversational AI experience, it lacks some features many users desire.
| Feature | SlickGPT | ChatGPT Plus | | ---------------------------- | -------- | ----------------------- | | Use different models | ✅ | (✅ OpenAI models only) | | Chat history | ✅ | ✅ | | Highlight / Format code | ✅ | ✅ | | Use Your Own API Key | ✅ | ✅ | | Edit and branch messages | ✅ | ✅ | | Stop generation | ✅ | ✅ | | Vision | ✅ | ✅ | Share and continue chats | ✅ | (✅) (can't import) | | Host yourself / Run locally | ✅ | ❌ | | Set context / system message | ✅ | ❌ | | Change model configuration | ✅ | ❌ | | No Login Required | ✅ | ❌ | | Token Cost Calculation | ✅ | ❌ | | Mobile-first design | ✅ | ❌ | | Unlimited use subscription | 5,99 €/m | 18,00 €/m |
As you can see, SlickGPT includes several additional features that cater to a broad range of user needs, such as hosting the service yourself, using a local chat history, sharing chats, and customizing the chat configurations. Moreover, SlickGPT does not require a login, allowing for faster and more streamlined access. These added functionalities make SlickGPT a more versatile and convenient solution for users seeking an advanced ChatGPT experience.
<p align="right">[ <a href="#readme-top">back to top</a> ]</p> <!-- ROADMAP -->
