Chat support Rasa env activate

you can do so after changing into the directory like c:\chat-support

conda activate rasa_env

To activate the actions you need to open a separate terminal and from there you should run

rasa run actions
rasa train
rasa shell

to run RASA server, run the below command

 rasa run -m models --enable-api --cors "*" --debug
# or alternatively just run
 rasa run --enable-api --cors "*" --debug


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *