From 1c4bb47892d50ce8cf43ee09a7f00b84e00ad4f1 Mon Sep 17 00:00:00 2001 From: Varun Shankar S Date: Wed, 24 Jan 2024 21:33:46 +0100 Subject: [PATCH] fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97c4f13..dd081bd 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ test: .EXPORT_ALL_VARIABLES poetry run rasa test e2e e2e_tests run: .EXPORT_ALL_VARIABLES - poetry run rasa chat --debug + poetry run rasa inspect --debug train: .EXPORT_ALL_VARIABLES poetry run rasa train -c config.yml -d domain --data data