Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 407 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 407 Bytes

botnow-sdk

SDKs to develop with botnow apis.

How to use?

  1. Clone this project
git clone https://github.com/botnow-ai/sdk.git
  1. Install the sdk with pip
cd sdk
pip install -e.
  1. Use it with this example!
cd examples
python stream_chat.py

See examples for more details.

API Docs