0.0.2 • Published 1 year ago

zortex v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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

ParametreTipAçıklama
stylestringGerekli. Tasarım türü
pathstringGerekli. Resim kaydedileceği klasör

Sohbet Botu

ParametreTipAçıklama
idstringGerekli. Eşssiz kişiye özel kimlik

Geri Bildirim

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

0.0.2

1 year ago

0.0.1

1 year ago