We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08fea72 commit 71ed906Copy full SHA for 71ed906
connectors/rasa/Readme.md
@@ -33,7 +33,7 @@ services:
33
environment:
34
PYTHONPATH: "/app/connectors/rasa:/app"
35
RASA_DUCKLING_HTTP_URL: http://rasa-duckling:8000
36
- command: run -vv --cors "*" --credentials /app/connectors/rasa/credentials.yml --enable-api --model models/dialogue --endpoints endpoints.yml -t B0tium1234
+ command: run -vv --cors "*" --credentials /app/connectors/rasa/credentials.yml --enable-api --model models/dialogue --endpoints endpoints.yml
37
rasa-actions:
38
build:
39
context: .
0 commit comments