Skip to content
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

Implement a way to prevent sending sensitive information to remote APIs #460

Open
1over137 opened this issue Nov 5, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@1over137
Copy link

1over137 commented Nov 5, 2024

I would like to use both local (ollama) and remote APIs (Claude), but I'm wary of accidentally sending my private notes to remote APIs for training or analytics. It would be nice if there is a way to block accidentally invoking remote APIs in some files.

There are a few ways this can be done. We can add a variable to block org-mode buffers by default for remote APIs and whitelist each file with a file property, or we can make the file-level property #+GPTEL_NO_REMOTE: t that would prevent sending the text, but I don't know enough about org-mode to know if that would work with narrowed buffers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant