From af2fa8d8ab059ff09c31e948a7bf790e0c9d9591 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Wed, 29 Nov 2023 14:37:32 -0500 Subject: [PATCH] update onboarding note --- frontend/src/components/OnboardingNote.tsx | 25 ++++++++++------------ 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/frontend/src/components/OnboardingNote.tsx b/frontend/src/components/OnboardingNote.tsx index 5bd5fb4..acf919f 100644 --- a/frontend/src/components/OnboardingNote.tsx +++ b/frontend/src/components/OnboardingNote.tsx @@ -2,8 +2,15 @@ export function OnboardingNote() { return (
- To use Screenshot to Code, you need an OpenAI API key with GPT4 vision - access.{" "} + To use Screenshot to Code,{" "} + + buy some credits (100 generations for $36) + {" "} + or use your own OpenAI API key with GPT4 vision access.{" "} Follow these instructions to get yourself a key. {" "} - Then, paste it in the Settings dialog (gear icon above). - - - Your key is only stored in your browser. Never stored on our servers. If - you prefer, you can also run this app completely locally.{" "} - - See the Github project for instructions. - + and paste it in the Settings dialog (gear icon above). Your key is only + stored in your browser. Never stored on our servers.
);