Skip to content

Commit ae3223a

Browse files
authored
fix: remove unavailable options (QwenLM#685)
1 parent 270dda4 commit ae3223a

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

packages/cli/src/zed-integration/zedIntegration.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -81,22 +81,6 @@ class GeminiAgent {
8181
): Promise<acp.InitializeResponse> {
8282
this.clientCapabilities = args.clientCapabilities;
8383
const authMethods = [
84-
{
85-
id: AuthType.LOGIN_WITH_GOOGLE,
86-
name: 'Log in with Google',
87-
description: null,
88-
},
89-
{
90-
id: AuthType.USE_GEMINI,
91-
name: 'Use Gemini API key',
92-
description:
93-
'Requires setting the `GEMINI_API_KEY` environment variable',
94-
},
95-
{
96-
id: AuthType.USE_VERTEX_AI,
97-
name: 'Vertex AI',
98-
description: null,
99-
},
10084
{
10185
id: AuthType.USE_OPENAI,
10286
name: 'Use OpenAI API key',

0 commit comments

Comments
 (0)