-
Notifications
You must be signed in to change notification settings - Fork 6
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
API key leaked #8
Comments
Have you done a GitHub Search in your GitHub account for the key? It must be somewhere because the leak detection is most likely triggered by GitHub. (Happened to me already one time too 😅.) |
I'm thinking the same thing - I've been using this project a fair amount and haven't had a key leak (yet?). Were you working in any non-default Julia environments? For me, the key ends up in Just a wild guess! Keep us updated if you find out the cause! I'd love to fix it if it's an issue with this package. |
Thanks both! Yeh I'm sure something must have gone wrong on my end. Will let you know once I've figured out what's caused this. Thanks |
I found the culprit. Seems like I committed the |
Ah tricky! Glad you found it. Did you ever happen to run I guess one solution here would be to add a |
Hey hey 👋🏽
Cool package, I've just taken it for a quick tour working from within a public repo in VSCode.
This is perhaps related to #2, though that seems to have been addressed in #4. Anyway, I set the API key in the REPL and later pushed some changes (not involving the key) to remote. Immediately afterwards I received a notification from OpenAI that my key was leaked. I've searched the remote repo for the key, just to check that I haven't accidentally committed the key somehow, but found nothing.
Any idea what's going on here?
Thanks!
The text was updated successfully, but these errors were encountered: