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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,12 @@ Clone the repo and install dependencies.
21
21
You will need to sign up for two services (which both have free tiers):
22
22
23
23
-[Cloudflare](https://www.cloudflare.com): Where our worker will be hosted.
24
-
-[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.
24
+
-[Upstash](https://upstash.com): We use Upstash's redis-over-HTTP service for storing cached OpenAI responses.
25
25
26
26
Finally, set up your redis secrets based on instructions in `wrangler.toml`.
27
27
28
+
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. Check `wrangler.toml` for setup instructions.
29
+
28
30
### Usage
29
31
30
32
Start the proxy server at http://localhost:8787 with:
0 commit comments