mirror of
https://github.com/deiucanta/chatpad.git
synced 2026-03-11 09:04:31 +00:00
update discovery link
This commit is contained in:
parent
41a2c370ad
commit
f7c61372d4
2 changed files with 1 additions and 2 deletions
|
|
@ -5,7 +5,6 @@ git: "https://github.com/deta/dialogue-ai"
|
|||
theme_color: "#F76705"
|
||||
---
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
- ✅ Access to GPT-3.5 / GPT-4 APIs
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ export function ChatHeader({ readOnly = false }: { readOnly?: boolean}) {
|
|||
</>
|
||||
) : (
|
||||
<Tooltip label="What is this?">
|
||||
<a href="https://deta.space/discovery" target="_blank">
|
||||
<a href="https://deta.space/discovery/@deta/dialogue" target="_blank">
|
||||
<ActionIcon size="xl">
|
||||
<IconInfoCircle size={20} />
|
||||
</ActionIcon>
|
||||
|
|
|
|||
Loading…
Reference in a new issue