chiaki.ai
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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

Parametre Tip Açıklama
path string Gerekli. Resim kaydedileceği klasör

Sohbet Botu

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

Geri Bildirim

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

Package Sidebar

Install

npm i chiaki.ai

Weekly Downloads

3

Version

0.0.4

License

MIT

Unpacked Size

6.15 kB

Total Files

14

Last publish

Collaborators

  • roxza