diff --git a/recipes/natural_language_processing/chatbot/README.md b/recipes/natural_language_processing/chatbot/README.md index a7b87c380..37a618c2a 100644 --- a/recipes/natural_language_processing/chatbot/README.md +++ b/recipes/natural_language_processing/chatbot/README.md @@ -98,6 +98,7 @@ The local Model Service relies on a volume mount to the localhost to access the ```bash # from path model_servers/llamacpp_python from repo containers/ai-lab-recipes +make build make run ```