Package Exports
- @quantiumx/vajanai
- @quantiumx/vajanai/vajanai.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@quantiumx/vajanai) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
VajanAI (Bajan'ay)
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 vajanaiUsage
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.