jarif-api

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i jarif-api

Weekly Downloads

5

Version

1.0.2

License

ISC

Unpacked Size

9.38 kB

Total Files

7

Last publish

Collaborators

  • jarif098