From 0130dc9a17c6efdecc13d21584f0dfad06275e30 Mon Sep 17 00:00:00 2001 From: Corbin Davenport Date: Fri, 30 Aug 2024 17:41:07 -0400 Subject: [PATCH] Update documentation to explain account tier access (#4) --- README.md | 2 +- main.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b44886..b9d71cc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Alt Text Creator is a browser extension that generates [alternate text](https://en.wikipedia.org/wiki/Alt_attribute) for images using the [GPT-4o or GPT-4o Mini model](https://platform.openai.com/docs/guides/vision) from OpenAI. You can right-click on any image and select "Create Alt Text" to generate the text, which is then copied to your clipboard. -**You must supply your own API key from OpenAI for the extension to work.** Alt Text Creator uses the Low Resolution mode in the API and local caching to reduce the per-image processing cost. The [current pricing](https://openai.com/pricing#:~:text=Vision%20pricing%20calculator) is available on OpenAI's website. +**You must supply your own API key from OpenAI and be on [usage tier 1](https://help.openai.com/en/articles/7102672-how-can-i-access-gpt-4-gpt-4-turbo-gpt-4o-and-gpt-4o-mini#:~:text=usage%20tier%201) for the extension to work.** Alt Text Creator uses the Low Resolution mode in the API and local caching to reduce the per-image processing cost. The [current pricing](https://openai.com/pricing#:~:text=Vision%20pricing%20calculator) is available on OpenAI's website. [**Download for Google Chrome**](https://chromewebstore.google.com/detail/alt-text-creator-with-gpt/nlahkceofkdggfgfpheakpaphdfplaio) diff --git a/main.html b/main.html index 1a28d18..d52d4e6 100644 --- a/main.html +++ b/main.html @@ -53,7 +53,7 @@

Settings

How to use

This extension uses the GPT-4o large language model to generate alternate text for any image, which is read by search engines, screen readers, and other tools. You can right-click on any image and select "Generate Alt Text" to generate alternative text for an image. After a few seconds, a notification will appear with the generated text, which is automatically copied to your clipboard.

-

You must create an OpenAI API key and paste it in the below settings. OpenAI charges for API access after free credit runs out, and you can check current pricing from the OpenAI website (and click the "Low Resolution" checkbox). This extension uses the Low Resolution mode and caches responses locally to reduce costs as much as possible.

+

You must supply your own API key from OpenAI and unlock usage tier 1 on your OpenAI account for the extension to work. OpenAI charges for API access after free credit runs out, and you can check current pricing from the OpenAI website (click the "Low Resolution" checkbox). This extension uses the Low Resolution mode and caches responses locally to reduce costs as much as possible.

The generated alternate text might be incorrect sometimes. Be sure to always follow best practices for writing alt text!