Update readme.md

This commit is contained in:
Krish Dholakia 2023-08-17 22:07:01 -07:00 committed by GitHub
parent c7b1578f35
commit a229668be1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,3 +156,11 @@ This project includes a `Dockerfile` allowing you to build and deploy a Docker P
- Our emails ✉️ ishaan@berri.ai / krrish@berri.ai
## Roadmap
- [ ] Support hosted db (e.g. Supabase)
- [ ] Easily send data to places like posthog and sentry.
- [ ] Add a hot-cache for project spend logs - enables fast checks for user + project limitings
- [ ] Implement user-based rate-limiting
- [ ] Spending controls per project - expose key creation endpoint
- [ ] Need to store a keys db -> mapping created keys to their alias (i.e. project name)
- [ ] Easily add new models as backups / as the entry-point (add this to the available model list)