Update README.md
This commit is contained in:
@@ -62,3 +62,9 @@ Then, visit `http://localhost:7860/` in your browser to start a chatbot session.
|
|||||||
docker build -t chatbot .
|
docker build -t chatbot .
|
||||||
docker run --env-file .env -p 7860:7860 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user