Skip to content

Commit

Permalink
Merge c3f50c4 into 31c60d5
Browse files Browse the repository at this point in the history
  • Loading branch information
ricwo committed Feb 14, 2019
2 parents 31c60d5 + c3f50c4 commit ada1fcd
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions docs/http.rst
Expand Up @@ -161,23 +161,6 @@ This will return the current version of the Rasa NLU instance, as well as the mi
"minimum_compatible_version": "0.13.0"
}
``GET /config``
^^^^^^^^^^^^^^^

This will return the default model configuration of the Rasa NLU instance.

.. code-block:: bash
$ curl localhost:5000/config | python -mjson.tool
{
"config": "/app/rasa_shared/config_mitie.json",
"data": "/app/rasa_nlu/data/examples/rasa/demo-rasa.json",
"duckling_dimensions": null,
"emulate": null,
...
}
``DELETE /models``
^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit ada1fcd

Please sign in to comment.