Just Read

Summarizer

Getting started

Just Read's summarizer is powered by OpenAI's chat completion endpoint.

To use the summarizer, you must add your own OpenAI API key to the summarizer options within Just Read's options page. Note that this key is stored in your browser account data and never shared with anyone except OpenAI (not even the Just Read server).

If you already have an OpenAI API key, you can use it if you'd like.

If you don't have an API key or want to use a separate API key specifically for Just Read (which we recommend doing), follow these steps:

  1. Go to platform.openai.com/account/api-keys.
  2. Log in or sign up for an OpenAI account. If you're new to OpenAI, you can get 3 months free for up to $5.00 in costs. After that, you'll have to pay OpenAI to continue using their services.
  3. Click "Create new secret key".
  4. Make sure to copy and save this key somewhere safe. OpenAI doesn't let you view a key after it has been created, so make sure to keep track of it. With that being said, you can create multiple keys so if you lose this one you can generate another later.
  5. Go to the Just Read options page by right clicking the Just Read icon and clicking "Options".
  6. Under "Summarization options", paste your key where it says YOUR_OPENAI_API_KEY_GOES_HERE. Make sure the key you provide has quotation marks around it.
  7. (optional) If you'd like, you can change the other options like the prompt. The parameters available to you are covered below.

Parameters

Just Read lets you pass in any options that you can normally send into OpenAI's chat completion endpoint. The only one that is required is the API key. You can change these parameters by going to Just Read's options page.

Here's a list of the options we think you are most likely to potentially change:

Prompt customization

While Just Read asks for a concise summary, which ChatGPT responds with a paragaph of information, you can prompt it for other things. Note that the response that Just Read expects is either HTML or a string.

Examples

To get it to use bullet points: Summarize the content you are provided using 3 bullet points. Put your response in an HTML format.

To get it to summarize using a different language, you can either tell it to use the language (like Summarize the content you are provided in German as concisely as possible.) or just write the prompt in the language you desire the summary in (like Fassen Sie die Inhalte, die Sie erhalten, möglichst prägnant zusammen.).