Open
Description
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:
- Set up with your own OpenAI LLM key
- Enter a message
- 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
System information
- OS: macOS
- Browser (if applies): Arc (Chrome)
Activity