From 7035be4100482483c72bb012ef82debcc3ef01ae Mon Sep 17 00:00:00 2001 From: hariraghav10 Date: Tue, 24 Oct 2023 14:05:02 +0530 Subject: [PATCH] added link to OpenAI API key page --- frontend/src/preferences/APIKeyModal.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/frontend/src/preferences/APIKeyModal.tsx b/frontend/src/preferences/APIKeyModal.tsx index 7aeeadb27..2dc7e6afe 100644 --- a/frontend/src/preferences/APIKeyModal.tsx +++ b/frontend/src/preferences/APIKeyModal.tsx @@ -64,7 +64,16 @@ export default function APIKeyModal({

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{' '} + + here + + .