change github url

This commit is contained in:
BetaHuhn 2023-09-05 17:15:00 +02:00
parent 721d057f20
commit 1c5f11a5a4
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
---
app_name: "Dialogue AI"
tagline: "An open-source ChatGPT UI alternative"
git: "https://github.com/deta/dialogue"
git: "https://github.com/deta/dialogue-ai"
theme_color: "#F76705"
---

View file

@ -1,12 +1,12 @@
<div align="center">
<img src="https://github.com/deta/dialogue/blob/main/public/assets/favicon.png?raw=true" title="icon" alt="icon" width="128">
<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)
[🚀 Install on Space](https://deta.space/discovery/@deta/dialogue)
[🚀 Install on Space](https://deta.space/discovery/@deta/dialogue-ai)
<br/>

View file

@ -238,5 +238,5 @@
"allowDatabaseModal": false,
"showTwitterLink": false,
"showFeedbackLink": false,
"githubUrl": "https://github.com/deta/dialogue"
"githubUrl": "https://github.com/deta/dialogue-ai"
}