0.0.4 • Published 5 months ago

tinyagi v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

TinyAGI

Typescript library for simple interop with different ML systems.

How to install

npm install tinyagi

or

yarn add tinyagi

How to use

Currently we only support ollama.ai client. You can use it like this:

import { OllamaClient } from "tinyagi";

const client = new OllamaClient();
let generated = await client.generate("mitral:latest", "Hey, how do you do?");
console.log(generated.response);

License

MIT

0.0.3

5 months ago

0.0.4

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago