0.0.1-security.1 • Published 10 months ago

@swenkerorg/eum-facilis-esse v0.0.1-security.1

Weekly downloads
-
License
-
Repository
-
Last release
10 months 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 rsnchat

Installation

npm i rsnchat

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("rsnchat");

const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");

rsnchat.gpt("Hello, what is your name?").then((response) => {
  console.log(response.message);
});

Usage OpenChat

const { RsnChat } = require("rsnchat");

const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");

rsnchat.openchat("Hello, what is your name?").then((response) => {
  console.log(response.message);
});

Usage Bard

const { RsnChat } = require("rsnchat");

const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");

rsnchat.bard("Hello, what is your name?").then((response) => {
  console.log(response.message);
});

Usage Gemini

const { RsnChat } = require("rsnchat");

const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");

rsnchat.gemini("Hello, what is your name?").then((response) => {
  console.log(response.message);
});

Usage Bing

const { RsnChat } = require("rsnchat");

const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");

rsnchat.bing("Hello, what is your name?").then((response) => {
  console.log(response.message);
});

Usage LlaMa

const { RsnChat } = require("rsnchat");

const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");

rsnchat.llama("Hello, what is your name?").then((response) => {
  console.log(response.message);
});

Usage Mixtral

const { RsnChat } = require("rsnchat");

const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");

rsnchat.mixtral("Hello, what is your name?").then((response) => {
  console.log(response.message);
});

Usage CodeLlama

const { RsnChat } = require("rsnchat");

const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");

rsnchat.codellama("Hello, what is your name?").then((response) => {
  console.log(response.message);
});

Usage Claude (premium)

const { RsnChat } = require("rsnchat");

const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");

rsnchat.claude("Hello, what is your name?").then((response) => {
  console.log(response.message);
});

Usage Naomi (ai girlfriend) (premium)

const { RsnChat } = require("rsnchat");

const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");

rsnchat.naomi("Hello, what is your name?").then((response) => {
  console.log(response.message);
});

Usage Prodia

const { RsnChat } = require("rsnchat");

const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");

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

rsnchat.prodia(prompt, negative_prompt, model).then((response) => {
  console.log(response);
});

Prodia Models

List of prodia models

Usage Kandinsky

const { RsnChat } = require("rsnchat");

const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");

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

rsnchat.kandinsky(prompt, negative_prompt).then((response) => {
  console.log(response);
});

Usage Absolutebeauty

const { RsnChat } = require("rsnchat");

const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");

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

rsnchat.absolutebeauty(prompt, negative_prompt).then((response) => {
  console.log(response);
});

Usage Sdxl

const { RsnChat } = require("rsnchat");

const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");

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

rsnchat.sdxl(prompt, negative_prompt).then((response) => {
  console.log(response);
});

Usage Dalle

const { RsnChat } = require("rsnchat");

const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");

const prompt = "beautiful girl";

rsnchat.dalle(prompt).then((response) => {
  console.log(response);
});

Usage AI Icon

const { RsnChat } = require("rsnchat");

const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××");

const prompt = "beautiful girl";

rsnchat.icon(prompt).then((response) => {
  console.log(response);
});

Example CLI Command

rsnchat
0.0.1-security

10 months ago

0.0.1-security.0

10 months ago

0.0.1-security.1

10 months ago

7.13.100

11 months ago

5.10.70

12 months ago

7.13.101

11 months ago

4.6.40

1 year ago

4.6.41

1 year ago

4.6.44

1 year ago

4.6.42

1 year ago

4.6.43

1 year ago

5.10.76

12 months ago

5.10.75

12 months ago

5.10.78

12 months ago

5.10.77

12 months ago

5.10.72

12 months ago

5.10.71

12 months ago

5.10.74

12 months ago

5.10.73

12 months ago

5.9.70

12 months ago

4.8.52

1 year ago

3.5.28

1 year ago

4.8.54

1 year ago

4.8.53

1 year ago

4.6.39

1 year ago

5.9.64

12 months ago

5.9.65

12 months ago

5.9.66

12 months ago

3.4.27

1 year ago

5.9.67

12 months ago

3.4.28

1 year ago

5.9.60

1 year ago

5.9.61

1 year ago

5.9.62

1 year ago

5.9.63

12 months ago

6.10.80

12 months ago

6.10.81

11 months ago

7.11.89

11 months ago

5.9.68

12 months ago

5.9.69

12 months ago

5.9.55

1 year ago

3.2.15

1 year ago

5.9.56

1 year ago

3.2.14

1 year ago

3.2.17

1 year ago

3.2.16

1 year ago

7.11.90

11 months ago

5.9.57

1 year ago

5.9.58

1 year ago

6.10.79

12 months ago

5.9.59

1 year ago

6.10.78

12 months ago

4.7.52

1 year ago

3.6.29

1 year ago

7.14.101

11 months ago

4.7.50

1 year ago

3.6.28

1 year ago

7.14.102

11 months ago

4.7.51

1 year ago

3.6.37

1 year ago

3.6.36

1 year ago

3.6.35

1 year ago

3.6.34

1 year ago

3.6.33

1 year ago

3.6.32

1 year ago

3.6.31

1 year ago

3.6.30

1 year ago

3.6.39

1 year ago

3.6.38

1 year ago

4.7.45

1 year ago

4.7.46

1 year ago

4.7.44

1 year ago

4.7.49

1 year ago

4.7.47

1 year ago

4.7.48

1 year ago

5.8.54

1 year ago

5.8.55

1 year ago

3.3.17

1 year ago

3.3.18

1 year ago

3.3.19

1 year ago

7.13.99

11 months ago

7.13.98

11 months ago

7.13.97

11 months ago

7.13.96

11 months ago

7.12.90

11 months ago

7.13.95

11 months ago

7.12.91

11 months ago

7.13.94

11 months ago

7.12.92

11 months ago

7.13.93

11 months ago

7.13.92

11 months ago

3.3.24

1 year ago

3.3.25

1 year ago

3.3.26

1 year ago

3.3.27

1 year ago

3.3.20

1 year ago

3.3.21

1 year ago

3.3.22

1 year ago

3.3.23

1 year ago

7.14.103

11 months ago

7.10.81

11 months ago

7.14.104

11 months ago

7.14.105

11 months ago

7.10.83

11 months ago

7.14.106

10 months ago

7.10.82

11 months ago

7.14.107

10 months ago

7.10.85

11 months ago

7.14.108

10 months ago

7.10.84

11 months ago

7.14.109

10 months ago

7.10.87

11 months ago

7.10.86

11 months ago

7.10.89

11 months ago

7.10.88

11 months ago

3.2.13

1 year ago

3.2.12

1 year ago

3.2.11

1 year ago

2.2.11

1 year ago

2.1.10

1 year ago

2.2.10

1 year ago

2.1.9

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago