Skip to content

2.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 13:51
· 5190 commits to main since this release
1adadee
  • #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.