chiaki.ai
v0.0.4
Published
Yazılarınızı görüntüye dönüştürebilem ve sizinle konuşabilecek bir sohbet botu.
Downloads
7
Maintainers
Readme
Chiaki AI | Chat Bot - Text to Image
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 [email protected] adresinden bize ulaşın.