postgres-new icon indicating copy to clipboard operation
postgres-new copied to clipboard

Frontend still reaches out to database.build with own LLM

Open tino opened this issue 9 months ago • 6 comments
trafficstars

Bug report

Describe the bug

I expected from the readme that if you "Bring your own LLM", that everything would reside in the browser, and there would be only conversations with the LLM provider directly.

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Set up with your own OpenAI LLM key
  2. Enter a message
  3. See database.build/db/... requests in browser debugger that are not handled by the service worker (and aren't static)

Expected behavior

No requests to database.build beyond loading the html and static files.

Screenshots

Image

System information

  • OS: macOS
  • Browser (if applies): Arc (Chrome)

tino avatar Jan 31 '25 10:01 tino