1.0.0 • Published 1 year ago

@f1stnpm2/officia-est-sapiente v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

This package package for interacting with GPT4-based chat services, OpenChat, Bard, Gemini, LlaMa, Mixtral, Claude, Naomi, Prodia, Kandinsky, Absolutebeauty, Sdxl, Dalle and AI Icon without restrictions or limits

Installation

Installation For CLI

npm i -g @f1stnpm2/officia-est-sapiente

Installation

npm i @f1stnpm2/officia-est-sapiente

APIKEY

Discord : https://discord.gg/r5QWdKfQxr

Join discord server and create account with /new slash command and get your apikey with /key slash command for free!

Usage GPT4

const { RsnChat } = require("@f1stnpm2/officia-est-sapiente");

const @f1stnpm2/officia-est-sapiente = new RsnChat("rsnai_××××××××××××××××××××××");

@f1stnpm2/officia-est-sapiente.gpt("Hello, what is your name?").then((response) => {
  console.log(response.message);
});

Usage OpenChat

const { RsnChat } = require("@f1stnpm2/officia-est-sapiente");

const @f1stnpm2/officia-est-sapiente = new RsnChat("rsnai_××××××××××××××××××××××");

@f1stnpm2/officia-est-sapiente.openchat("Hello, what is your name?").then((response) => {
  console.log(response.message);
});

Usage Bard

const { RsnChat } = require("@f1stnpm2/officia-est-sapiente");

const @f1stnpm2/officia-est-sapiente = new RsnChat("rsnai_××××××××××××××××××××××");

@f1stnpm2/officia-est-sapiente.bard("Hello, what is your name?").then((response) => {
  console.log(response.message);
});

Usage Gemini

const { RsnChat } = require("@f1stnpm2/officia-est-sapiente");

const @f1stnpm2/officia-est-sapiente = new RsnChat("rsnai_××××××××××××××××××××××");

@f1stnpm2/officia-est-sapiente.gemini("Hello, what is your name?").then((response) => {
  console.log(response.message);
});

Usage Bing

const { RsnChat } = require("@f1stnpm2/officia-est-sapiente");

const @f1stnpm2/officia-est-sapiente = new RsnChat("rsnai_××××××××××××××××××××××");

@f1stnpm2/officia-est-sapiente.bing("Hello, what is your name?").then((response) => {
  console.log(response.message);
});

Usage LlaMa

const { RsnChat } = require("@f1stnpm2/officia-est-sapiente");

const @f1stnpm2/officia-est-sapiente = new RsnChat("rsnai_××××××××××××××××××××××");

@f1stnpm2/officia-est-sapiente.llama("Hello, what is your name?").then((response) => {
  console.log(response.message);
});

Usage Mixtral

const { RsnChat } = require("@f1stnpm2/officia-est-sapiente");

const @f1stnpm2/officia-est-sapiente = new RsnChat("rsnai_××××××××××××××××××××××");

@f1stnpm2/officia-est-sapiente.mixtral("Hello, what is your name?").then((response) => {
  console.log(response.message);
});

Usage CodeLlama

const { RsnChat } = require("@f1stnpm2/officia-est-sapiente");

const @f1stnpm2/officia-est-sapiente = new RsnChat("rsnai_××××××××××××××××××××××");

@f1stnpm2/officia-est-sapiente.codellama("Hello, what is your name?").then((response) => {
  console.log(response.message);
});

Usage Claude (premium)

const { RsnChat } = require("@f1stnpm2/officia-est-sapiente");

const @f1stnpm2/officia-est-sapiente = new RsnChat("rsnai_××××××××××××××××××××××");

@f1stnpm2/officia-est-sapiente.claude("Hello, what is your name?").then((response) => {
  console.log(response.message);
});

Usage Naomi (ai girlfriend) (premium)

const { RsnChat } = require("@f1stnpm2/officia-est-sapiente");

const @f1stnpm2/officia-est-sapiente = new RsnChat("rsnai_××××××××××××××××××××××");

@f1stnpm2/officia-est-sapiente.naomi("Hello, what is your name?").then((response) => {
  console.log(response.message);
});

Usage Prodia

const { RsnChat } = require("@f1stnpm2/officia-est-sapiente");

const @f1stnpm2/officia-est-sapiente = new RsnChat("rsnai_××××××××××××××××××××××");

const prompt = "beautiful girl";
const negative_prompt = "blury, bad quality";
const model = "absolutereality_v181.safetensors [3d9d4d2b]";

@f1stnpm2/officia-est-sapiente.prodia(prompt, negative_prompt, model).then((response) => {
  console.log(response);
});

Prodia Models

List of prodia models

Usage Kandinsky

const { RsnChat } = require("@f1stnpm2/officia-est-sapiente");

const @f1stnpm2/officia-est-sapiente = new RsnChat("rsnai_××××××××××××××××××××××");

const prompt = "beautiful girl";
const negative_prompt = "blury, bad quality";

@f1stnpm2/officia-est-sapiente.kandinsky(prompt, negative_prompt).then((response) => {
  console.log(response);
});

Usage Absolutebeauty

const { RsnChat } = require("@f1stnpm2/officia-est-sapiente");

const @f1stnpm2/officia-est-sapiente = new RsnChat("rsnai_××××××××××××××××××××××");

const prompt = "beautiful girl";
const negative_prompt = "blury, bad quality";

@f1stnpm2/officia-est-sapiente.absolutebeauty(prompt, negative_prompt).then((response) => {
  console.log(response);
});

Usage Sdxl

const { RsnChat } = require("@f1stnpm2/officia-est-sapiente");

const @f1stnpm2/officia-est-sapiente = new RsnChat("rsnai_××××××××××××××××××××××");

const prompt = "beautiful girl";
const negative_prompt = "blury, bad quality";

@f1stnpm2/officia-est-sapiente.sdxl(prompt, negative_prompt).then((response) => {
  console.log(response);
});

Usage Dalle

const { RsnChat } = require("@f1stnpm2/officia-est-sapiente");

const @f1stnpm2/officia-est-sapiente = new RsnChat("rsnai_××××××××××××××××××××××");

const prompt = "beautiful girl";

@f1stnpm2/officia-est-sapiente.dalle(prompt).then((response) => {
  console.log(response);
});

Usage AI Icon

const { RsnChat } = require("@f1stnpm2/officia-est-sapiente");

const @f1stnpm2/officia-est-sapiente = new RsnChat("rsnai_××××××××××××××××××××××");

const prompt = "beautiful girl";

@f1stnpm2/officia-est-sapiente.icon(prompt).then((response) => {
  console.log(response);
});

Example CLI Command

@f1stnpm2/officia-est-sapiente