Skip to content

Commit

Permalink
Working on API KEY Secrecy
Browse files Browse the repository at this point in the history
  • Loading branch information
mShubham18 committed Oct 22, 2024
1 parent 5f3cc92 commit adcee57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apikey.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#limewire_api_key="lmwr_sk_ubVsrmnSsK_bdyvN9XG9v1btyykYQrnfOAjDkWKN2PrcKQ3k"
#google_gemini_api_key="AIzaSyAViZZVNOTDl_MsLDPDbEZS6R1Ppv47e8I"
#UNSPLASH_ACCESS_KEY="qHqLXNdO_MUi16tNwNYwpbGcDFAK4u4nP687Ewps62Y"

import os
google_gemini_api_key = os.getenv('GOOGLE_GEMINI_API_KEY')
UNSPLASH_ACCESS_KEY = os.getenv('UNSPLASH_ACCESS_KEY')

0 comments on commit adcee57

Please sign in to comment.