chore: update repo name

This commit is contained in:
BetaHuhn 2023-09-05 17:43:29 +02:00
parent 158b9a7203
commit 593fa7d50a
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,6 +1,6 @@
<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">
<img src="https://github.com/deta/dialogue/blob/main/public/assets/favicon.png?raw=true" title="icon" alt="icon" width="128">
# Dialogue AI

View file

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