Skip to main content
This release is 8 versions behind 0.2.2 — the latest version of @loading/chat. Jump to latest

leverage llama3.2 and other large language models to generate responses to your questions locally with no installation

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Deno
It is unknown whether this package works with Browsers
JSR Score
88%
Published
2 weeks ago (0.1.11)
variable messages

The chat messages

Type

{ role: string; content: string; }[]

Add Package

deno add jsr:@loading/chat

Import symbol

import { messages } from "@loading/chat";

---- OR ----

Import directly with a jsr specifier

import { messages } from "jsr:@loading/chat";