Gathering detailed insights and metrics for @teamteanpm2024/dolorem-non-facilis
Gathering detailed insights and metrics for @teamteanpm2024/dolorem-non-facilis
npm install @teamteanpm2024/dolorem-non-facilis
Typescript
Module System
Node Version
NPM Version
56.8
Supply Chain
95.2
Quality
79.8
Maintenance
100
Vulnerability
100
License
Cumulative downloads
Total Downloads
Last day
0%
0
Compared to previous day
Last week
0%
0
Compared to previous week
Last month
0%
0
Compared to previous month
Last year
0%
0
Compared to previous year
37
The ultimate AI-powered RsnChat
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 For CLI
1npm i -g rsnchat
Installation
1npm i rsnchat
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!
1const { RsnChat } = require("rsnchat"); 2 3const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××"); 4 5rsnchat.gpt("Hello, what is your name?").then((response) => { 6 console.log(response.message); 7});
1const { RsnChat } = require("rsnchat"); 2 3const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××"); 4 5rsnchat.openchat("Hello, what is your name?").then((response) => { 6 console.log(response.message); 7});
1const { RsnChat } = require("rsnchat"); 2 3const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××"); 4 5rsnchat.bard("Hello, what is your name?").then((response) => { 6 console.log(response.message); 7});
1const { RsnChat } = require("rsnchat"); 2 3const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××"); 4 5rsnchat.gemini("Hello, what is your name?").then((response) => { 6 console.log(response.message); 7});
1const { RsnChat } = require("rsnchat"); 2 3const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××"); 4 5rsnchat.bing("Hello, what is your name?").then((response) => { 6 console.log(response.message); 7});
1const { RsnChat } = require("rsnchat"); 2 3const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××"); 4 5rsnchat.llama("Hello, what is your name?").then((response) => { 6 console.log(response.message); 7});
1const { RsnChat } = require("rsnchat"); 2 3const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××"); 4 5rsnchat.mixtral("Hello, what is your name?").then((response) => { 6 console.log(response.message); 7});
1const { RsnChat } = require("rsnchat"); 2 3const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××"); 4 5rsnchat.codellama("Hello, what is your name?").then((response) => { 6 console.log(response.message); 7});
1const { RsnChat } = require("rsnchat"); 2 3const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××"); 4 5rsnchat.claude("Hello, what is your name?").then((response) => { 6 console.log(response.message); 7});
1const { RsnChat } = require("rsnchat"); 2 3const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××"); 4 5rsnchat.naomi("Hello, what is your name?").then((response) => { 6 console.log(response.message); 7});
1const { RsnChat } = require("rsnchat"); 2 3const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××"); 4 5const prompt = "beautiful girl"; 6const negative_prompt = "blury, bad quality"; 7const model = "absolutereality_v181.safetensors [3d9d4d2b]"; 8 9rsnchat.prodia(prompt, negative_prompt, model).then((response) => { 10 console.log(response); 11});
List of prodia models
1const { RsnChat } = require("rsnchat"); 2 3const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××"); 4 5const prompt = "beautiful girl"; 6const negative_prompt = "blury, bad quality"; 7 8rsnchat.kandinsky(prompt, negative_prompt).then((response) => { 9 console.log(response); 10});
1const { RsnChat } = require("rsnchat"); 2 3const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××"); 4 5const prompt = "beautiful girl"; 6const negative_prompt = "blury, bad quality"; 7 8rsnchat.absolutebeauty(prompt, negative_prompt).then((response) => { 9 console.log(response); 10});
1const { RsnChat } = require("rsnchat"); 2 3const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××"); 4 5const prompt = "beautiful girl"; 6const negative_prompt = "blury, bad quality"; 7 8rsnchat.sdxl(prompt, negative_prompt).then((response) => { 9 console.log(response); 10});
1const { RsnChat } = require("rsnchat"); 2 3const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××"); 4 5const prompt = "beautiful girl"; 6 7rsnchat.dalle(prompt).then((response) => { 8 console.log(response); 9});
1const { RsnChat } = require("rsnchat"); 2 3const rsnchat = new RsnChat("rsnai_××××××××××××××××××××××"); 4 5const prompt = "beautiful girl"; 6 7rsnchat.icon(prompt).then((response) => { 8 console.log(response); 9});
Example CLI Command
1rsnchat
No vulnerabilities found.
No security vulnerabilities found.