ProjectSciFy / Storytime

Generate a brief story (both written and pictoral) with a plot based on several input words from a user
3 stars 0 forks source link

Merge updated chatbot changes & basic UI integration #41

Closed williamson-645 closed 1 year ago

williamson-645 commented 1 year ago

Will document in readme, but in order to interact with chatbot in UI and have action server actually work, need to run

run actions server: rasa run actions

run rasa server: rasa run -m models --endpoints endpoints.yml --port 5002 --credentials credentials.yml

We will look into starting up in python script later.