Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

chataibot

npm_adem39ISC1.0.3

A powerful library for ai chat bot for install the package : npm i chataibot

chatai, ai, chatbot, chatgpt, gpt, API, web, arc, smart, smartestchatbot, api, dalle, dall-e, diffusion, dall-e2, gpt, discord, chat, chatbot, chatgpt4, chatgpt-4, openai, open-ai, discord-bot, smartest, bot, robot, axios, canvafy, streamed-chatgpt-api, dart-openai-sdk, completions, cli, bin, command, console, cmd, bing, bing-chat, openaiapi, open.ai, openai-api, luppux, fivesobes, gemini, gemini-api, gemini-pro, google, five, bes, discord-ai, discordai, free, lodash, react, next, chalk, free, lodash, stable, anime, bes, fivesobes, five, neonpunk, pixel-art, digital-art, manga, photographic, cinematic, 3d, 3d-model, beta, beta-model

readme

Links :

📂 NPM

📖 Document's

📝 Github

How to install :

  • Installation For CLI:
    npm i chataibot -g
  • Installation:
npm i chataibot

How to use:

const { ChatAi } = require('chataibot');

const chat = new ChatAi(); 


chat.question({
  /* Available Models */
  /* "v3" , "v3-32k" , "turbo" , "turbo-16k" , "gemini" */
     model:"v3",


     content:"Hello , How are you?"

}).then(response => {

console.log(response.reply);


});