-
When locally developing the frontend for a crowdsourcing task in ParlAI, is there any way to publish the frontend changes to display in the browser without having to restart the server? I've found some information in Mephisto about this for their example |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I summon @JackUrb. |
Beta Was this translation helpful? Give feedback.
-
Hi @sfillwo, @pringshia put together the @pringshia any chance you can provide some direction on the steps required to enabled this for the ParlAI blueprint? |
Beta Was this translation helpful? Give feedback.
Hi @sfillwo, @pringshia put together the
link_task_source
setup for thestatic_react_tasks
. This setup is successful primarily because the static react tasks don't have any live state that needs to be restored upon a refresh (whereas ParlAI has previous chat turns, and refresh behavior wasn't always consistent). After Mephisto 1.0.0 this type of behavior should be more stable in theParlAIChatBlueprint
as well, so it's something that could be worth looking into.@pringshia any chance you can provide some direction on the steps required to enabled this for the ParlAI blueprint?