Ao rodar meu código, na linha 12 -> (model_flash = genai.get_model(f"models/{MODELO_FLASH}")), aparece uma sequência de erros e, ao final, o seguinte:
raise exceptions.DefaultCredentialsError(_CLOUD_SDK_MISSING_CREDENTIALS) google.auth.exceptions.DefaultCredentialsError: No API_KEY or ADC found. Please either:
- Set the
GOOGLE_API_KEY
environment variable. - Manually pass the key with
genai.configure(api_key=my_api_key)
. - Or set up Application Default Credentials, see https://ai.google.dev/gemini-api/docs/oauth for more information.