We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9c7af commit 83e3580Copy full SHA for 83e3580
README.md
@@ -2,7 +2,7 @@
2
3
Basic caching proxy for OpenAI API, deployable as a [Cloudflare Worker](https://workers.cloudflare.com/).
4
5
-This can help reduce OpenAI costs (and get faster results) by returning cached responses for repeated requests.
+This can help you reduce your OpenAI costs (and get faster results) by returning cached responses for repeated requests.
6
7
It only caches `POST` requests that have a JSON request body, as these tend to be the slowest and are the only ones that cost money (for now).
8
0 commit comments