A UI wrapper for an OpenAI chat completions API
- Paid ChatGPT subscription isn't the best option for users that only use AI occasionally, but still sometimes need to work with powerful models like GPT-4.
- The project was created to utilize pay as you go model of OpenAI's API instead of monthly subscriptions while preserving ChatGPT-like user experience.
- Also I wanted to add some additional features, which I miss in ChatGPT
- Your system prompts (custom rules and instructions for an assistant) are saved and can be re-used
- This app allows simultaneous message generation in different chats
- You have full control of how much you spend, because you pay per token (input and output). You can check out pricing on this page
- Users are able to save their API keys to personal account on this app for convenience
- Alternatively, if you are worried about security, you have an option to not save the key.
- You can configure system prompts for each chat separately, not just globally
Assistants API is more convenient for a developer than a completions API. These changes will not probably affect end-users, because full implementation (assistants creation and configuration) is not currently in near future plans.
Image analysis DALLE-3 integration
Currently only dark theme is supported
Application is available online at chat.krglkvrmn.me 🏳️🌈 For a local development check out separate instructions for frontend and backend
In order to use it, you should acquire an OpenAI API key 🔑 and add credits to balance of your OpenAI account 💳
The app was tested in most popular browsers including:
📱Mobile browsers are supported, but minor UI problems may occur
This project is licensed under the terms of the MIT license.
If you have any questions, please contact @krglkvrmn - Telegram or kruglikov1911@mail.ru - Email


