Skip to content

dh1011/notime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoTime

Firefox Add-on Ko-fi

A Firefox extension that summarizes the current page in one sentence.

Install

Install from Firefox Add-ons:

https://addons.mozilla.org/en-US/firefox/addon/no-time/

Demo

NoTime video demo

Configure

Open the extension, click Settings, then set:

  • API Key: your OpenAI API key
  • Base URL: https://api.openai.com/v1
  • Model: gpt-5-mini
  • Start llama-server
  • API Key: any value, for example local
  • Base URL: http://localhost:8080/v1
  • Model: the model served by llama.cpp
  • Start Ollama locally
  • API Key: ollama
  • Base URL: http://localhost:11434/v1
  • Model: your local model

Use

  1. Open a webpage.
  2. Click the NoTime extension icon.
  3. Click Summarize This Page.

Local AI endpoints must support the OpenAI-compatible /v1/responses API.

About

A Firefox extension that summarizes the current page in one sentence.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors