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.
);