From 59f2d7d4477b63edce8324af264712ab132d5eaa Mon Sep 17 00:00:00 2001 From: BetaHuhn Date: Tue, 5 Sep 2023 17:35:44 +0200 Subject: [PATCH] chore: add credits to Discovery file --- Discovery.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Discovery.md b/Discovery.md index 6c3e9ca..d47c94c 100644 --- a/Discovery.md +++ b/Discovery.md @@ -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 \ No newline at end of file +> 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. \ No newline at end of file