We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c828d8 commit 770cfd5Copy full SHA for 770cfd5
app/pages/Welcome.tsx
@@ -30,10 +30,7 @@ const Welcome = () => {
30
<Link to={"https://api.openai-next.com"} target="_blank">NextAPI</Link>
31
</li>
32
<li>
33
- <Link to={"https://proxy.openai-next.com"} target="_blank">ProxyAPI</Link>
34
- </li>
35
- <li>
36
- <Link to={"https://mj.openai-next.com"} target="_blank">DrawAPI</Link>
+ <Link to={"https://mj.openai-next.com"} target="_blank">ProxyAPI</Link>
37
38
</ul>
39
</Paragraph>
@@ -59,6 +56,9 @@ const Welcome = () => {
59
56
60
57
<Link to={Path.Midjourney}>Midjourney</Link>
61
58
+ <li>
+ <Link to={Path.StableDiffusion}>Stable Diffusion</Link>
+ </li>
62
63
<Link to={Path.Suno}>Suno</Link>
64
0 commit comments