supabase-community / database-build

In-browser Postgres sandbox with AI assistance (formerly postgres.new)
https://database.build
Apache License 2.0
2.49k stars 197 forks source link

Disable rate limiting when running locally #121

Open gregnr opened 1 month ago

gregnr commented 1 month ago

Right now you have to use the rate limiter, even for local development or self hosting. Find a good way to allow developers to disable this (eg. simply omitting KV_REST_API_URL/KV_REST_API_TOKEN env vars) so that the LLM can be used unrestricted.