Olivia 是带有人工神经网络的人工智能聊天机器人。
要使用 REST Api,必须使用两个参数建立对 /api/response 的 POST 请求:
/api/response
POST
sentence
authorId
curl -X POST 'https://olivia-api.herokuapp.com/api/response' --data "sentence=Hello" --data "authorId=81278329032"
响应格式:
{ "content": "Good morning!", "tag": "hello" }