4.5.0 • Published 16 days ago

nextchat v4.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
16 days ago

NextChat

This package for interacting with GPT4-based chat services, Gemini, Bard, GPT4, LLaMa, CodeLLaMa, Mixtral and Prodia without restrictions or limits

Tip :-

scroll down for all models list

Installation

Installation For CLI

npm i -g nextchat

Installation

npm i nextchat

ApiKey

Usage Text

const { NextChat } = require("nextchat");

let next = new NextChat("your api key");

const prompt = "Hello, what is your name?";

next.<your_model>(prompt).then((res) => {
  console.log(res.message);
});

.. or using TypeScript?

import { NextChat } from "nextchat";

Usage Image

const { NextImage } = require("nextchat");

let next = new NextImage("your api key");

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

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

.. or using TypeScript?

import { NextImage } from "nextchat";

Chat Models

List of chat models

  • gemini
  • llama
  • codellama
  • mixtrall
  • gpt bard

Prodia Models

List of prodia models

4.5.0

16 days ago

4.0.0

16 days ago

4.2.0

16 days ago

3.5.0

1 month ago

1.0.9

1 month ago

1.0.8

1 month ago

1.0.7

1 month ago

3.0.0

1 month ago

1.0.6

1 month ago

2.0.0

1 month ago

1.0.5

1 month ago

1.0.4

1 month ago

1.0.3

2 months ago

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago