JSPM

@quantiumx/vajanai

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q16306F
  • License MIT

A library for interacting with OpenAI's GPT model for transportation and logistics queries.

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)

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.