From adb37cc5d386a46d5b863c66417eb245edb9ab85 Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Fri, 1 Nov 2024 15:12:34 +1100 Subject: [PATCH] anthropic and confluent --- src/configs/providers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configs/providers.ts b/src/configs/providers.ts index deac16e4fa..9e466a3121 100644 --- a/src/configs/providers.ts +++ b/src/configs/providers.ts @@ -9,7 +9,7 @@ export const providers = [ {name: 'github', description: 'Web-based version-control and collaboration.', title: 'GitHub'}, {name: 'openai', description: 'AI models and services by OpenAI.', title: 'OpenAI'}, {name: 'anthropic', description: 'AI language models and services powered by Claude.', title: 'Anthropic'}, - {name: 'confluent', description: 'Managed Kafka clusters and streaming services on Confluent Cloud.', title: 'Confluent Cloud'} + {name: 'confluent', description: 'Managed Kafka clusters and streaming services on Confluent Cloud.', title: 'Confluent Cloud'}, {name: 'linode', description: 'Cloud computing services by Akamai.', title: 'Linode'}, {name: 'netlify', description: 'Web development and content distribution platform.', title: 'Netlify'}, {name: 'okta', description: 'Authentication and authorization services.', title: 'Okta'},