JuliaML/OpenAI.jl

Remove API key in the test scripts

logankilpatrick opened this issue · 1 comments

The API key should be a secret in the GitHub repo that gets passed by CI into the file when testing. If users want to run the tests, they can do so. The other option would be for us to use synthetic data but that wouldn't really achieve the same thing.

Yes, great idea. I'll get this added by the end of this weekend.