Commit 4859b96
authored
fix: use valid model name for Vertex AI connectivity check (#919)
The `_test_vertex_connection` function used `gemini-3-flash-preview`
which does not exist, causing the countTokens API to return 404 and
the connectivity check to always fail. Replace with `gemini-2.5-flash`.1 parent 12a447f commit 4859b96
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments