Which files are necessary to run a trained model?

After training a model, excluding actions.py file, which other files are necessary for running a model and get responses? Are the responses picked up from domain.yml ? Or are they stored in the model? Kindly let me know. Thanks.

Hi @lohith.arcot!

I did a little experiment and I think you only need the following files to run the model:

- The trained model (obviously)
- _init.py_
- actions.py
- credentials.py (credentials for the channels)
- endpoints.py (for giving endpoints of the actions server and tracker stores)

And, yes responses are picked from the model.

Hope it helps! :slightly_smiling_face:

1 Like