The constructor of a model.
new (options: { model: ModelMoniker; apiKey: string; }) => Model
An LLM-powered CLI tool for summarizing web pages
The constructor of a model.
new (options: { model: ModelMoniker; apiKey: string; }) => Model
Add Package
deno add jsr:@hongminhee/yoyak
Import symbol
import { type ModelClass } from "@hongminhee/yoyak";
Import directly with a jsr specifier
import { type ModelClass } from "jsr:@hongminhee/yoyak";