vscode-ui-sketcher
vscode-ui-sketcher copied to clipboard
Draw your projects to life
OpenAI recently rolled out per project API keys with the following format: ```bash sk-proj-abcdefghijklmnopqrstuvwxyz1234567890abcdef ``` Although this article doesn't seem to mention this specific format change you can read about...
When I enter my API key in set open ai token to use UIsketcher in cursor, I get an error "UI Sketcher: Invalid API key, please try again".The API key...
I've got an error below with cursor editor. UI Sketcher: Received message with command tldraw:export UI Sketcher: Creating completion UI Sketcher: Unable to create completion 404 The model `gpt-4-vision-preview` has...
So i tried changing the /^sk-\w{48}$/ to /^sk-.*$/ and also the gpt-4-vision-preview to gpt-4o but it won't work.