Skip to content

Commit 43bcabf

Browse files
authored
Update README.md
1 parent 0bd05d7 commit 43bcabf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ 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+
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+
79
**Client compatibility:**
810

911
- [openai/openai-node](https://github.com/openai/openai-node): full compatibility, takes just a few lines of config to use

0 commit comments

Comments
 (0)