From 44a0acffc838d045498d80ac0949766eb6c6dbfc Mon Sep 17 00:00:00 2001 From: allenmylath Date: Wed, 4 Dec 2024 10:21:17 +0530 Subject: [PATCH] Update README.md --- examples/patient-intake/README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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. + + +