Skip to content

Key features

Latest
Compare
Choose a tag to compare
@ifreitas ifreitas released this 11 Mar 14:09
· 1 commit to master since this release
8e117f8

This release allows you to:

  • Deploy new bots to Pinky by simply past them into pinky-<version>/bots dir.
  • Chat with them through the URL pattern:
    http://<pinky_server_address>[:port]/chat/<your_bot_name>/<some_chat_session_id>
    Example:
    curl -d "text=test" -X POST http://localhost:9000/chat/sample/1
  • Setup the server http port
  • Setup the allowed hosts to access Pinky