Skip to content

Commit 83e3580

Browse files
authored
Update README.md
1 parent ea9c7af commit 83e3580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Basic caching proxy for OpenAI API, deployable as a [Cloudflare Worker](https://workers.cloudflare.com/).
44

5-
This can help reduce OpenAI costs (and get faster results) by returning cached responses for repeated requests.
5+
This can help you reduce your OpenAI costs (and get faster results) by returning cached responses for repeated requests.
66

77
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).
88

0 commit comments

Comments
 (0)