diff --git a/examples/patient-intake/README.md b/examples/patient-intake/README.md index a92a76b97..871aaf28e 100644 --- a/examples/patient-intake/README.md +++ b/examples/patient-intake/README.md @@ -62,3 +62,11 @@ 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 the best practices given in Cartesia's docs. LLM prompts should be modified accordingly. + + + + +