Skip to content

Commit d6042cb

Browse files
authored
Update README.md
1 parent bf48d2a commit d6042cb

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
@@ -4,7 +4,7 @@ Basic caching proxy for OpenAI API, deployable as a [Cloudflare Worker](https://
44

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

7-
The proxy server supports specify cache TTL on a per-request basis, so you could configure this based on your needs. For example, the `text-davinci-003` model is 10x the cost of `text-curie-001` so you could choose to cache results for longer for davinci.
7+
The proxy server supports specifying cache TTL on a per-request basis, so you could configure this based on your needs. For example, the `text-davinci-003` model is 10x the cost of `text-curie-001` so you could choose to cache results for longer for davinci.
88

99
**Client compatibility:**
1010

0 commit comments

Comments
 (0)