diff --git a/content/develop/ai/langcache/api-examples.md b/content/develop/ai/langcache/api-examples.md index b93dbf10f6..a4482798ef 100644 --- a/content/develop/ai/langcache/api-examples.md +++ b/content/develop/ai/langcache/api-examples.md @@ -34,7 +34,7 @@ For example: curl -s -X POST "https://$HOST/v1/caches/$CACHE_ID/entries/search" \ -H "accept: application/json" \ -H "Authorization: Bearer $API_KEY" \ - -d "{ 'prompt': 'What is semantic caching' }" + -d '{ "prompt": "What is semantic caching" }' {{< /clients-example >}} This example expects several variables to be set in the shell: diff --git a/content/embeds/langcache-cost-reduction.md b/content/embeds/langcache-cost-reduction.md index 5850486ac2..ec81a07f84 100644 --- a/content/embeds/langcache-cost-reduction.md +++ b/content/embeds/langcache-cost-reduction.md @@ -18,4 +18,6 @@ Here’s an example: {{}} The formula and numbers above provide a rough estimate of your monthly savings. Actual savings will vary depending on your usage. -{{}} \ No newline at end of file +{{}} + +You can also use the [LangCache savings calculator](https://redis.io/calculator/langcache/) to estimate your annual savings with LangCache. \ No newline at end of file