From 44a0acffc838d045498d80ac0949766eb6c6dbfc Mon Sep 17 00:00:00 2001 From: allenmylath Date: Wed, 4 Dec 2024 10:21:17 +0530 Subject: [PATCH 1/3] 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. + + + From 3b2c78747cc81d949dd3c3660d0a03dfd7f9ed1d Mon Sep 17 00:00:00 2001 From: allenmylath Date: Wed, 4 Dec 2024 10:24:17 +0530 Subject: [PATCH 2/3] Update README.md --- examples/patient-intake/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/patient-intake/README.md b/examples/patient-intake/README.md index 5276a56a3..e057261ed 100644 --- a/examples/patient-intake/README.md +++ b/examples/patient-intake/README.md @@ -66,5 +66,7 @@ docker run --env-file .env -p 7860:7860 chatbot Since this example is using cartesia checkout best practices given in cartesia page.LLM prompts should be modified accordingly. + + From 332d36475b5a67e80f37e47fd2a19cf43e7b544a Mon Sep 17 00:00:00 2001 From: allenmylath Date: Wed, 4 Dec 2024 23:27:25 +0530 Subject: [PATCH 3/3] Update examples/patient-intake/README.md Co-authored-by: Mark Backman --- examples/patient-intake/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/patient-intake/README.md b/examples/patient-intake/README.md index e057261ed..871aaf28e 100644 --- a/examples/patient-intake/README.md +++ b/examples/patient-intake/README.md @@ -64,7 +64,7 @@ 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. +Since this example is using Cartesia, checkout the best practices given in Cartesia's docs. LLM prompts should be modified accordingly.