- Current i having problems deploy it pulic. I will deploy it as as soon as possible
- POST: /api/v1/question
- Post data:
- input: include question.
- question: question wait for answer.
- Example
{
"input":{
"question": "Ai là người giàu nhất Việt Nam"
}
}
- Example response:
{
"data":{
"answer": "Tỉ phú Phạm Nhật Vượng"
}
"error_code": 0,
"error_message": "Success."
}
chat-bot-api-demo.mp4
- Tells the current time and/or date
- Tells the weather
- Tells the daily news
- Answer basic questions about knowledge
- Do basic calculations
- Tells food info
$ pip install -r requirement.txt
$ python run.py