You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Basic caching proxy for OpenAI API, deployable as a [Cloudflare Worker](https://
4
4
5
5
This can help you reduce your OpenAI costs (and get faster results) by returning cached responses for repeated requests.
6
6
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.
0 commit comments