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

1.0.9 • Public • Published

[Only.ai] - Türkçe AI Modülü

UPDATES: [11:10:2022]

+ API Hızı Stabilize Edildi

+ V2 Soru Sorma Eklendi (Tüm Dillerde Cevap)

+ API Key Zorunluluğu Kaldırıldı (v2 ve v1 için)

+ ESM (Es Module) Desteği Eklendi

UPDATES: [12:09:2022]

+ API ve Modül Bugları Düzeltildi

+ Bir Kaç Kelime Eklendi.

- Hız

📝 Bilgilendirme: Tüm cevaplar türkçedir ve daha fazla cevaplar yakın güncellemelerde eklenicektir.

👨‍🔧 Kurulum:

npm i only.ai@latest --save

📚 Websiteler Için Kurulum:

<script src="https:/unpkg.com/only.ai@latest/dist/index.js/"></script>
<script type="text/javascript">

ai.sor("Merhaba!").then(cevap => {
    console.log(cevap)
})
</script>

🌟 Sohbete Başlamak için:

import { sor } from 'only.ai' //Esm Için
const ai = require("only.ai")
ai.sor("Merhaba!").then(cevap => {
    console.log(cevap)
})
🌐 V2 Sohbete Başlamak için:
import { sorv2 } from 'only.ai' //Esm Için
const ai = require("only.ai")
ai.sorv2("Merhaba!").then(cevap => {
    console.log(cevap)
})

[•] Daha fazla bilgi için: https://nicat-dcw.xyz

Dependencies (6)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i only.ai

    Weekly Downloads

    3

    Version

    1.0.9

    License

    ISC

    Unpacked Size

    17.3 kB

    Total Files

    15

    Last publish

    Collaborators

    • nicatdcw