Skip to content

Commit

Permalink
Solved the API KEY Secracy
Browse files Browse the repository at this point in the history
  • Loading branch information
mShubham18 committed Oct 22, 2024
1 parent adcee57 commit 4c47707
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apikey.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#openai_api_key=""
#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 4c47707

Please sign in to comment.