Skip to content

Commit

Permalink
UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
CaiqueSantosOC committed May 10, 2024
1 parent cd3e9b5 commit 57e8246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChatBot.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import getpass

# Obtenção da chave de API de forma segura
api_key = getpass.getpass('AIzaSyAa9xpgiGjF-IZNXnXSHy_uOR-tL2VeDOc')
api_key = getpass.getpass('SECRET_KEY')

# Configuração do SDK
genai.configure(api_key=api_key)
Expand Down

0 comments on commit 57e8246

Please sign in to comment.