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"
|
theme_color: "#F76705"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- ✅ Access to GPT-3.5 / GPT-4 APIs
|
- ✅ Access to GPT-3.5 / GPT-4 APIs
|
||||||
|
|
|
||||||
|
|
@ -120,7 +120,7 @@ export function ChatHeader({ readOnly = false }: { readOnly?: boolean}) {
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<Tooltip label="What is this?">
|
<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">
|
<ActionIcon size="xl">
|
||||||
<IconInfoCircle size={20} />
|
<IconInfoCircle size={20} />
|
||||||
</ActionIcon>
|
</ActionIcon>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue