2.8.1
-
#9085: Add support for
cafile
parameter inendpoints.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 certificatecert.pem
located in the current working directory.
Bugfixes
- #9182: Fixes wrong overriding of
epochs
parameter whenTEDPolicy
orUnexpecTEDIntentPolicy
is not loaded in finetune mode.