Skip to content

Commit cd61c93

Browse files
authored
Update README.md
1 parent 0fd1471 commit cd61c93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
**Client compatibility:**
8+
- [openai/openai-node](https://github.com/openai/openai-node): full compatibility, takes just a few lines of config to use
9+
- [openai/openai-python](https://github.com/openai/openai-python): partial compatibility, supports caching but no TTL options so you'll need a cache eviction policy
10+
711
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).
812

913
### Setup

0 commit comments

Comments
 (0)