@quantiumx/vajanai
v1.0.0
Published
A library for interacting with OpenAI's GPT model for transportation and logistics queries.
Maintainers
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.
