You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theoratically it's fine to include the custom api-key in the generated code, however since it can be download can spread to other people. There is risk of api-key leakage.
This is the general solution that hides value of OPENAI_API_KEY, however it will make it impractical to add new api keys on UI, because we're not supposed to modify .env variables programatically.
The text was updated successfully, but these errors were encountered:
Theoratically it's fine to include the custom api-key in the generated code, however since it can be download can spread to other people. There is risk of api-key leakage.
This is the general solution that hides value of OPENAI_API_KEY, however it will make it impractical to add new api keys on UI, because we're not supposed to modify .env variables programatically.
The text was updated successfully, but these errors were encountered: