runtime error

e "/home/user/.local/lib/python3.10/site-packages/google/cloud/aiplatform/initializer.py", line 95, in _set_project_as_env_var_or_google_auth_default credentials, _ = google.auth.default() File "/home/user/.local/lib/python3.10/site-packages/google/auth/_default.py", line 691, in default raise exceptions.DefaultCredentialsError(_CLOUD_SDK_MISSING_CREDENTIALS) google.auth.exceptions.DefaultCredentialsError: Your default credentials were not found. To set up Application Default Credentials, see https://cloud.google.com/docs/authentication/external/set-up-adc for more information. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 24, in <module> llm = VertexAI( File "/home/user/.local/lib/python3.10/site-packages/langchain_core/load/serializable.py", line 107, in __init__ super().__init__(**kwargs) File "/home/user/.local/lib/python3.10/site-packages/pydantic/v1/main.py", line 339, in __init__ values, fields_set, validation_error = validate_model(__pydantic_self__.__class__, data) File "/home/user/.local/lib/python3.10/site-packages/pydantic/v1/main.py", line 1100, in validate_model values = validator(cls_, values) File "/home/user/.local/lib/python3.10/site-packages/langchain_google_vertexai/llms.py", line 296, in validate_environment values["client"] = model_cls.from_pretrained(model_name) File "/home/user/.local/lib/python3.10/site-packages/vertexai/_model_garden/_model_garden_models.py", line 337, in from_pretrained raise auth_exceptions.GoogleAuthError(credential_exception_str) from e google.auth.exceptions.GoogleAuthError: Unable to authenticate your request. Depending on your runtime environment, you can complete authentication by: - if in local JupyterLab instance: `!gcloud auth login` - if in Colab: -`from google.colab import auth` -`auth.authenticate_user()` - if in service account or other: please follow guidance in https://cloud.google.com/docs/authentication

Container logs:

Fetching error logs...