Update README.md

This commit is contained in:
allenmylath
2024-12-04 10:21:17 +05:30
committed by Mark Backman
parent a2ad40d7e0
commit 2d3a4d08f3

View File

@@ -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.
<https://docs.cartesia.ai/build-with-sonic/formatting-text-for-sonic/best-practices>
<https://docs.cartesia.ai/build-with-sonic/formatting-text-for-sonic/inserting-breaks-pauses>
<https://docs.cartesia.ai/build-with-sonic/formatting-text-for-sonic/spelling-out-input-text>