1.0.0 • Published 9 months ago

@quantiumx/vajanai v1.0.0

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

VajanAI (Bajan'ay)

License: MIT npm version

VajanAI is library proxy which trains LLMs to behave as Logistics and Transportation expert

Features

  • Use apis from chatgpt, deepseek, llama, or your own model

Installation

Install the library using npm:

npm install vajanai

Usage

Import the VajanAI library and create a logger instance:

import VajanAI from 'vajanai'

const vajanai = await VajanAI();

const response = await vajanai.getCompletion(question);
console.log(response);

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.0.0

9 months ago