Skip to content

Commit 01c6455

Browse files
committed
fix: duplicate key issue
1 parent 4677632 commit 01c6455

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

packages/compiler/src/lib/lcp/api/provider-details.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,6 @@ export const providerDetails: Record<
5959
getKeyLink: "https://console.mistral.ai",
6060
docsLink: "https://docs.mistral.ai",
6161
},
62-
openai: {
63-
name: "OpenAI",
64-
apiKeyEnvVar: "OPENAI_API_KEY",
65-
apiKeyConfigKey: "llm.openaiApiKey",
66-
getKeyLink: "https://platform.openai.com/api-keys",
67-
docsLink: "https://platform.openai.com/docs/guides/error-codes",
68-
},
69-
anthropic: {
70-
name: "Anthropic",
71-
apiKeyEnvVar: "ANTHROPIC_API_KEY",
72-
apiKeyConfigKey: "llm.anthropicApiKey",
73-
getKeyLink: "https://console.anthropic.com/",
74-
docsLink: "https://docs.anthropic.com/en/api/errors",
75-
},
7662
"lingo.dev": {
7763
name: "Lingo.dev",
7864
apiKeyEnvVar: "LINGODOTDEV_API_KEY",

0 commit comments

Comments
 (0)