Skip to content

Conversation

@daavoo
Copy link
Contributor

@daavoo daavoo commented Sep 17, 2025

The underlying genai library already handles getting the values from expected env vars .

In addition the values we are currently hardcoding don't match the ones used in the library:

  • Us: GOOGLE_PROJECT_ID / They: GOOGLE_CLOUD_PROJECT
  • Us: GOOGLE_REGION / They: GOOGLE_CLOUD_LOCATION

The underlying `genai` library already handles getting the values from expected env vars .

In addition the values we are currently hardcoding don't match the ones used in the library:
- Us: `GOOGLE_PROJECT_ID` / They: `GOOGLE_CLOUD_PROJECT`
- Us: `GOOGLE_REGION` / They: `GOOGLE_CLOUD_LOCATION`
@daavoo daavoo self-assigned this Sep 17, 2025
@codecov
Copy link

codecov bot commented Sep 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/any_llm/providers/vertexai/vertexai.py 100.00% <ø> (+17.64%) ⬆️

... and 29 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@daavoo daavoo merged commit ecd4ba6 into main Sep 17, 2025
10 checks passed
@daavoo daavoo deleted the fix-vertexai-env-vars branch September 17, 2025 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants