Skip to content

Commit

Permalink
Update daprdocs/content/en/developing-applications/building-blocks/co…
Browse files Browse the repository at this point in the history
…nversation/howto-conversation-layer.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
  • Loading branch information
yaron2 and hhunter-ms authored Feb 24, 2025
1 parent e0d19d1 commit 35894dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ dapr run --app-id=conversation --resources-path ./config --dapr-grpc-port 3500 -

The conversation API supports the following features:

1. Prompt caching - Allows developers to cache prompts in Dapr, leading to much faster response times and saving costs on egress and associated costs of inserting the prompt into the LLM provider's cache.
1. **Prompt caching:** Allows developers to cache prompts in Dapr, leading to much faster response times and reducing costs on egress and on inserting the prompt into the LLM provider's cache.

1. **PII scrubbing:** Allows for the obfuscation of data going in and out of the LLM.

Expand Down

0 comments on commit 35894dc

Please sign in to comment.