Skip to main content
Home

Built and signed on GitHub Actions

An LLM-powered CLI tool for summarizing web pages

This package works with Deno
This package works with Deno
JSR Score
94%
Published
a week ago (0.5.2)
type alias Model

The model object.

Definition

ChatOpenAI
| ChatAnthropic
| ChatDeepSeek
| ChatGoogleGenerativeAI

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@hongminhee/yoyak

Import symbol

import { type Model } from "@hongminhee/yoyak";
or

Import directly with a jsr specifier

import { type Model } from "jsr:@hongminhee/yoyak";