jarif-api
v1.0.2
Published
use my ALL APIs as npm pkg
Downloads
241
Maintainers
Readme
JARiF npm Project
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
- GPT
- LLAMA 2
- VICUNA AI
- SDXL
- SONG FINDER
- EMOJIGIF
- 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