AIBrow

import AI from '@aibrow/web'
console.log(AI.AIBrow)

The AIBrow llama.cpp extension implementation of AiBrow

Properties

Embedding

Embedding

LanguageDetector

LanguageDetector

LanguageModel

LanguageModel

Rewriter

Rewriter

Summarizer

Summarizer

Translator

Translator

Writer

Writer


Methods

capabilities

async capabilities() => { ready: boolean, helper: boolean, extension: boolean }

Get the capabilities of the on-device language ai.

getHelperDownloadUrl

async getHelperDownloadUrl() => string

Returns a link to download the AiBrow helper for this platform. This call relies on the network to fetch the latest request, so it should only be used as needed.

Last updated