diff --git a/ChatBot.py b/ChatBot.py index 7f91c0b..1b1c4d2 100644 --- a/ChatBot.py +++ b/ChatBot.py @@ -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)