Open simonw opened 1 year ago
The problem with this feature is that if someone installs datasette-llm into the same virtual environment as datasette and then forgets about it, they may end up accidentally exposing their LLM logs.db in a future usage of Datasette.
datasette-llm
datasette
logs.db
Could I set this up as a default deny permission check, such that users could then configure it to allow access with their own YAML/JSON?
The problem with this feature is that if someone installs
datasette-llm
into the same virtual environment asdatasette
and then forgets about it, they may end up accidentally exposing their LLMlogs.db
in a future usage of Datasette.