You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
The /parse get requste can accept a "model" parameter
$ curl 'localhost:5000/parse?q=hello&model=hotels'
$ curl -XPOST localhost:5000/parse -d '{"q":"I am looking for Chinese food", "model": "restaurants"}'
as you can see at https://github.com/RasaHQ/rasa_nlu/blob/master/docs/http.rst
is it possible to manage it in this package?
thanks
matteo
The text was updated successfully, but these errors were encountered: