diff --git a/examples/patient-intake/README.md b/examples/patient-intake/README.md index a92a76b97..5276a56a3 100644 --- a/examples/patient-intake/README.md +++ b/examples/patient-intake/README.md @@ -62,3 +62,9 @@ Then, visit `http://localhost:7860/` in your browser to start a chatbot session. docker build -t chatbot . docker run --env-file .env -p 7860:7860 chatbot ``` +## Cartesia best practices + +Since this example is using cartesia checkout best practices given in cartesia page.LLM prompts should be modified accordingly. + + +