mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
{bug} Vertex Auth Support (#1302)
Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
This commit is contained in:
parent
d8ecbde9bd
commit
da128e725d
3 changed files with 62 additions and 68 deletions
|
|
@ -38,7 +38,7 @@ export function AuthDialog({
|
|||
label: 'Login with Google Work',
|
||||
value: AuthType.LOGIN_WITH_GOOGLE_ENTERPRISE,
|
||||
},
|
||||
{ label: 'Vertex API Key', value: AuthType.USE_VERTEX_AI },
|
||||
{ label: 'Vertex AI', value: AuthType.USE_VERTEX_AI },
|
||||
];
|
||||
|
||||
const isSelectedAuthInMore = allAuthItems
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue