Skip to content

Commit 85ed756

Browse files
authored
Update README.md
1 parent 9e126f0 commit 85ed756

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ It only caches `POST` requests that have a JSON request body, as these tend to b
1010

1111
Clone the repo and install dependencies.
1212

13-
You will need to sign up for two services if you haven't already:
13+
You will need to sign up for two services (which both have free tiers):
1414

1515
- [Cloudflare](https://www.cloudflare.com): Where our worker will be hosted.
1616
- [Upstash](https://upstash.com): We use Upstash's redis-over-HTTP service for storing cached OpenAI responses. Depending on your usage, you may try replacing Redis with [Cloudflare KV](https://developers.cloudflare.com/workers/runtime-apis/kv/) instead which is eventually consistent but will likely provide better read latency.
1717

18-
Both Cloudflare and Upstash have generous free plans.
19-
20-
Set up your redis secrets based on instructions in `wrangler.toml`.
18+
Finally, set up your redis secrets based on instructions in `wrangler.toml`.
2119

2220
### Usage
2321

0 commit comments

Comments
 (0)