-
-
Notifications
You must be signed in to change notification settings - Fork 0
Authentication mechanism #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
enhancement
New feature or request
Comments
I don't want to persist secrets in the regular SQLite logging database. |
Might not even need support in core if I do it like this: llm chat -T 'Datasette("https://private.datasette.io/content", secret="private-datasette"})' That could mean "look it up in keys". |
simonw
added a commit
to simonw/llm
that referenced
this issue
May 26, 2025
simonw
added a commit
to simonw/llm
that referenced
this issue
May 26, 2025
Once I implement and ship this I can un-comment this line in the LLM main docs: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some way of configuring the plugin such that it can access private Datasette instances, e.g. on Datasette Cloud.
The text was updated successfully, but these errors were encountered: