File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ For example:
3434curl -s -X POST "https://$HOST/v1/caches/$CACHE_ID/entries/search" \
3535 -H "accept: application/json" \
3636 -H "Authorization: Bearer $API_KEY" \
37- -d "{ ' prompt': ' What is semantic caching' }"
37+ -d '{ " prompt": " What is semantic caching" }'
3838{{< /clients-example >}}
3939
4040This example expects several variables to be set in the shell:
Original file line number Diff line number Diff line change @@ -18,4 +18,6 @@ Here’s an example:
1818
1919{{<note >}}
2020The formula and numbers above provide a rough estimate of your monthly savings. Actual savings will vary depending on your usage.
21- {{</note >}}
21+ {{</note >}}
22+
23+ You can also use the [ LangCache savings calculator] ( https://redis.io/calculator/langcache/ ) to estimate your annual savings with LangCache.
You can’t perform that action at this time.
0 commit comments