Free API of the dialogue model on ruGPT-3

Roughs Talker API  is a free dialogue system API built on the ruGPT-3 neural network from Sberbank AI.





I tuned the neural network on a dataset of 84,920 live dialogs. This allowed us to assemble a language model capable of simulating live communication.





This API can be used to create question-and-answer, dialogue systems, chat bots, and smart home control systems. At the moment, this API is used in my chatbot to simulate live communication.





An example of using the Roughs Talker API
An example of using the Roughs Talker API

API service address:  https://roughs.ru/api/talker

Both GET and POST requests are supported.





:

text —  . , .

source_from —  , , . .





:

JSON. :





question —  .

answer — .





:

:





https://roughs.ru/api/talker?text= &source_from=example@habr.com





API:





{

"question" : "Recommend a movie for the evening",

"answer" : "" We'll see you until Monday. "

}








All Articles