Releases: ifreitas/Pinky
Releases · ifreitas/Pinky
Key features
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