openai-caching-proxy-worker icon indicating copy to clipboard operation
openai-caching-proxy-worker copied to clipboard

caching proxy for OpenAI API, deployable as a Cloudflare Worker

Results 2 openai-caching-proxy-worker issues
Sort by recently updated
recently updated
newest added

The new OpenAI APIs require a new "messages" field in the body which contain an array of objects, however the current implementation produces the same hash key for the same...

This change introduces the capability to use a local or self-hosted Redis instance for caching responses, in addition to the existing Upstash Redis and Cloudflare KV options. Modifications include: -...