Skip to content

Frontend still reaches out to database.build with own LLM #157

Open
@tino

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:

  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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions