AiBrowAI
The AiBrow llama.cpp extension implementation of AiBrow
Properties
browserAI
window.AI
The original AI object that was part of the window
aibrow
true
coreModel
embedding
languageDetector
languageModel
rewriter
summarizer
translator
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 should only be used as needed.
Last updated