Skip to content

Commit

Permalink
added link to OpenAI API key page
Browse files Browse the repository at this point in the history
  • Loading branch information
hariraghav10 committed Oct 24, 2023
1 parent 2df32cd commit 7035be4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion frontend/src/preferences/APIKeyModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,16 @@ export default function APIKeyModal({
<p className="text-md leading-6 text-gray-500">
Before you can start using DocsGPT we need you to provide an API
key for llm. Currently, we support only OpenAI but soon many more.
You can find it here.
You can find it{' '}
<a
href="https://platform.openai.com/account/api-keys"
target="_blank"
className="underline"
rel="noreferrer"
>
here
</a>
.
</p>
<input
type="text"
Expand Down

0 comments on commit 7035be4

Please sign in to comment.