jessvb / convo

An interactive conversational programming agent.
MIT License
5 stars 1 forks source link

add talk to convo page #128

Closed zhujessica closed 3 years ago

zhujessica commented 3 years ago

Adds a chat box to the Talk to Convo page. This chat always uses the unconstrained NL model to generate the relevant response. (make sure that there is a model for Rasa to run on to see any results)

Note that there is a lot of code overlap between this page and the Program page, but for sake of time, I'll leave refactoring that code for later.