Commit 67f8852
Fix Google API key validation to accept new key formats (#1581)
Google now issues API keys starting with "AQ" in addition to the legacy
"AIza" prefix. Remove the prefix constraint for Gemini and keep only a
minimum length check (30 chars) so both key formats are accepted.
https://claude.ai/code/session_01JA1bi4mmwBEm8A2WAFCid4
Co-authored-by: Claude <noreply@anthropic.com>1 parent fb52784 commit 67f8852
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
114 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments