From 8197eec851ce1414c1d8ed0f57b971eff65cfb57 Mon Sep 17 00:00:00 2001 From: Hakeem Almidan Date: Sun, 7 Jan 2024 17:09:30 +0400 Subject: [PATCH 1/2] Update Troubleshooting.md --- Troubleshooting.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 20fa815..ac6fe11 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -5,11 +5,12 @@ You don't need a ChatGPT Pro account. Screenshot to code uses API keys from your 1. Open [OpenAI Dashboard](https://platform.openai.com/) 1. Go to Settings > Billing 1. Click at the Add payment details -285636868-c80deb92-ab47-45cd-988f-deee67fbd44d -4. You have to buy some credits. The minimum is $5. +285636868-c80deb92-ab47-45cd-988f-deee67fbd44d +4. You have to buy some credits. The minimum is $5. 5. Go to Settings > Limits and check at the bottom of the page, your current tier has to be "Tier 1" to have GPT4 access -285636973-da38bd4d-8a78-4904-8027-ca67d729b933 +285636973-da38bd4d-8a78-4904-8027-ca67d729b933 + 6. Go to Screenshot to code and paste it in the Settings dialog under OpenAI key (gear icon). Your key is only stored in your browser. Never stored on our servers. Some users have also reported that it can take upto 30 minutes after your credit purchase for the GPT4 vision model to be activated. From 788c93f8d7b17d8ba5017394c8bdc2860e5e1340 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Tue, 5 Mar 2024 12:32:24 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 03a4250..80d102f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ See the [Examples](#-examples) section below for more demos. 🆕 [Try it here](https://screenshottocode.com) (bring your own OpenAI key - **your key must have access to GPT-4 Vision. See [FAQ](#%EF%B8%8F-faqs) section below for details**). Or see [Getting Started](#-getting-started) below for local install instructions. +## 🌟 Recent Updates + +- Mar 5 - Added support for Claude Sonnet 3 (as capable as or better than GPT-4 Vision, and faster!) ## 🛠 Getting Started