Skip to content

Commit

Permalink
add openai link
Browse files Browse the repository at this point in the history
  • Loading branch information
mckaywrigley committed Mar 4, 2023
1 parent 2add6d6 commit b6bcbf5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,16 @@ export default function Home() {
</button>
</div>
) : (
<div className="text-center font-bold text-3xl mt-7">Please enter your OpenAI API key in settings.</div>
<div className="text-center font-bold text-3xl mt-7">
Please enter your
<a
className="mx-2 underline hover:opacity-50"
href="https://openai.com/product"
>
OpenAI API key
</a>
in settings.
</div>
)}

{loading ? (
Expand Down

0 comments on commit b6bcbf5

Please sign in to comment.