1.0.2 • Published 5 months ago

jarif-api v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

JARiF npm Project

npm version License

Description

A Node.js package for interacting with Vyturex APIs.

Examples of a code

const jarifapi = require('jarif-api');

async function test() {
  try {
    const pgen = await jarifapi.promptgen('cat');
    console.log(pgen);
  } catch (error) {
    console.error(error);
  }
}

test();

Available APIs

  1. GPT
  2. LLAMA 2
  3. VICUNA AI
  4. SDXL
  5. SONG FINDER
  6. EMOJIGIF
  7. MR BEAST VOICE CLONER and 4+

all the APIs u can test via test.js command

Installation

Install the package using npm:

npm install jarif-api
1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago