Home

Awesome

Botastic

An AI framework for building cool things.

👀 Overview

architecture

💡 Motivation

🚀 Features

Getting Started

  1. visit https://developers.pando.im/console/botastic to get your API key/secret, and create a new bot.
  2. run the following command to talk to Botastic
curl --location --request POST 'https://botastic-api.pando.im/api/conversations/oneway' \
--header 'X-BOTASTIC-APPID: YOUR_BOTASTIC_APP_ID' \
--header 'Content-Type: application/json' \
--data-raw '{
  "bot_id": YOUR_BOT_ID,
  "content": "How do you view the future of blockchain, and what benefits does it have for human being? Respond as short as possible like a Zen Master.",
  "category": "plain-text"
}'

Documentation

Please refer to Guide and API Reference for more details.

Showcases

Installation

Manually

Please refer to docs/install.md for manual installation.

Docker

TBD