chatpad/README.md
2023-09-05 17:22:32 +02:00

36 lines
1.5 KiB
Markdown

<div align="center">
<img src="https://github.com/deta/dialogue-ai/blob/main/public/assets/favicon.png?raw=true" title="icon" alt="icon" width="128">
# Dialogue AI
An open-source ChatGPT UI alternative. Fork of [Chatpad AI](https://github.com/deiucanta/chatpad)
<div align="center">
<a href="https://deta.space/discovery/@deta/dialogue" _target="blank">
<picture>
<source width="300" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/deta/community-content/main/Install-Button/light.svg">
<source width="300" media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/deta/community-content/main/Install-Button/dark.svg">
<img width="300" alt="install on space" src="https://raw.githubusercontent.com/deta/community-content/main/Install-Button/dark.svg">
</picture>
</a>
</div>
<br/>
</div>
## Features
- ✅ Access to GPT-3.5 / GPT-4 APIs
- 💽 Unlimited chats and messages
- 📝 Reuseable prompts and writing styles
- 🥸 Incognito mode for your private chats
- ↩️ One-click undo message & edit chats
- 🌍 Share your chats with the world
> Note: requires your own OpenAI API key
## Credits
Dialogue AI is a fork of [Chatpad AI](https://github.com/deiucanta/chatpad) with modfications to make it run on Deta Space and various changes and new features like "Incognito Mode", shared chats and a reworked prompts system. It is built on top of the amazing work done by [@deiucanta](https://github.com/deiucanta) and contributors.