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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ 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
+
You can use different cache TTL configuration 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.
8
+
7
9
**Client compatibility:**
8
10
9
11
-[openai/openai-node](https://github.com/openai/openai-node): full compatibility, takes just a few lines of config to use
0 commit comments