Dollar Rate Limiting
Move from a rough heuristic (# of api calls per day) to actual dollar limits, so:
- It's more legible to users
- More legible to us
- Clearer that we're not losing money on this
- Merge branch to main — merge_branch on dollar-rate-limiting
- Set custom subdomain — set_custom_subdomain on proxy/main.ts with subdomain std-openaiproxy and force: true (this is the actual cutover — every existing SDK import instantly hits the new proxy)
- Update main.ts SDK baseURL — Change back to https://std-openaiproxy.web.val.run/v1 (currently points at the branch's file-hash URL for testing)
- Confirm we're not seeing lots of errors on std/openaiproxy or the new proxy
- Archive std/openaiproxy
10 files changed
+865
-57