pypi rasa 2.8.1

latest releases: 3.6.20, 3.6.19, 3.6.18...
2 years ago
  • #9085: Add support for cafile parameter in endpoints.yaml.
    This will load a custom local certificate file and use it when making requests to that endpoint.

    For example:

    action_endpoint:
      url: https://localhost:5055/webhook
      cafile: ./cert.pem

    This means that requests to the action server localhost:5055 will use the certificate cert.pem located in the current working directory.

Bugfixes

  • #9182: Fixes wrong overriding of epochs parameter when TEDPolicy or UnexpecTEDIntentPolicy is not loaded in finetune mode.

Don't miss a new rasa release

NewReleases is sending notifications on new releases.