chore: add credits to Discovery file

This commit is contained in:
BetaHuhn 2023-09-05 17:35:44 +02:00
parent f7c61372d4
commit 59f2d7d447

View file

@ -3,6 +3,7 @@ app_name: "Dialogue AI"
tagline: "An open-source ChatGPT UI alternative"
git: "https://github.com/deta/dialogue-ai"
theme_color: "#F76705"
ported_from: "https://github.com/deiucanta/chatpad"
---
## Features
@ -14,4 +15,8 @@ theme_color: "#F76705"
- ↩️ One-click undo message & edit chats
- 🌍 Share your chats with the world
> Note: requires your own OpenAI API key
> 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.