zortex 中文文档教程

发布于 2年前 浏览 16 更新于 2年前

佐特克斯|聊天机器人

MIT许可证

Yükleme

```bash npm install --save zortex 纱线添加 zortex

## Sohbet Bot

javascript const { ai } = require('zortex'); const chatBot = 新的 ai({ id:“唯一id” });

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

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

javascript const imageGenerator = 新图像({ 样式: "1", // [1, 2, 3, 4, 5, 6, 7, 8] path: "images" // 图片保存路径 });

imageGenerator.generateImage("可爱的猫咪").then(console.log); ```

参数设置

Resime Dönüştürme

参数提示Açıklama
stylestringGerekli。 Tasarım türü
路径字符串Gerekli。 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。

Zortex | Chat Bot

MIT License

Yükleme

```bash npm install --save zortex yarn add zortex

## Sohbet Bot

javascript 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

javascript 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.

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文