This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

zortex

0.0.2 • Public • Published

Zortex | Chat Bot

MIT License

Yükleme

npm install --save zortex
yarn add zortex

Sohbet Bot

const { ai } = require('zortex');
const chatBot = new ai({
    id: "unique_id"
});

chatBot.messageSend("Hello").then(console.log);
chatBot.historyClear();

Yazıyı Resime Dönüştürme

const imageGenerator = new image({
    style: "1", // [1, 2, 3, 4, 5, 6, 7, 8]
    path: "images" // path to save images
});

imageGenerator.generateImage("Cute Catt").then(console.log);

Parametreler

Yazıyı Resime Dönüştürme

Parametre Tip Açıklama
style string Gerekli. Tasarım türü
path string Gerekli. Resim kaydedileceği klasör

Sohbet Botu

Parametre Tip Açıklama
id string Gerekli. Eşssiz kişiye özel kimlik

Geri Bildirim

Herhangi bir geri bildiriminiz varsa, lütfen me@zortex.me adresinden bize ulaşın.

Readme

Keywords

Package Sidebar

Install

npm i zortex

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

3.49 kB

Total Files

6

Last publish

Collaborators

  • roxza