Update Troubleshooting.md

This commit is contained in:
Abi Raja 2023-11-26 21:55:13 -05:00 committed by GitHub
parent 03d3154fc8
commit d4d330c1f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,16 @@
### Getting an OpenAI API key
You don't need a ChatGPT Pro account. Screenshot to code uses API keys from your OpenAI developer account. In order to get access to the GPT4 Vision model.
You don't need a ChatGPT Pro account. Screenshot to code uses API keys from your OpenAI developer account. In order to get access to the GPT4 Vision model, log into your OpenAI account and then, follow these instructions:
1. Open [OpenAI Dashboard](https://platform.openai.com/)
1. Go to Settings > Billing
1. Click at the Add payment details
1. You have to add credits, the minimum is $5. 5. Go to **Settings > Limits** and check at the bottom of the page, you have to be Tier 1 user to get GPT4 access
<img width="1030" alt="285636868-c80deb92-ab47-45cd-988f-deee67fbd44d" src="https://github.com/abi/screenshot-to-code/assets/23818/4e0f4b77-9578-4f9a-803c-c12b1502f3d7">
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
<img width="785" alt="285636973-da38bd4d-8a78-4904-8027-ca67d729b933" src="https://github.com/abi/screenshot-to-code/assets/23818/8d07cd84-0cf9-4f88-bc00-80eba492eadf">
Some users have also reported that it can take upto 30 minutes after your credit purchase for the GPT4 vision model to be activated.
If you've followed these steps, and it still doesn't work, feel free to open a Github issue.