0.0.4 • Published 1 year ago

chiaki.ai v0.0.4

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

Chiaki AI | Chat Bot - Text to Image

MIT License

Yükleme

npm install --save chiaki.ai
yarn add chiaki.ai

Sohbet Bot

import { ChatBot } from "chiaki.ai";
const chatBot = new ChatBot({
    id: "unique_id",
})

const message = await chatBot.sendMessage("Merhaba!");

chatBot.historyClear();

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

const image = new generateImage("./images/");
const response = await image.generateImage("mars");

Parametreler

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

ParametreTipAçıklama
pathstringGerekli. Resim kaydedileceği klasör

Sohbet Botu

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

Geri Bildirim

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