feat(icons): add Azure, Claude, and LM Studio icons; update Bedrock icon and provider metadata

This commit is contained in:
Anish Sarkar 2026-06-13 00:25:53 +05:30
parent 9f6210ad08
commit e77b0c5d4e
8 changed files with 41 additions and 9 deletions

View file

@ -19,12 +19,12 @@ export const PROVIDER_DISPLAY: Record<
anthropic: {
name: "Claude",
subtitle: "Anthropic",
iconKey: "anthropic",
iconKey: "claude",
defaultBaseUrl: "https://api.anthropic.com/v1",
},
azure: { name: "Azure OpenAI", subtitle: "Microsoft Azure", iconKey: "azure_openai" },
azure: { name: "Azure OpenAI", subtitle: "Microsoft Azure", iconKey: "azure" },
bedrock: { name: "Amazon Bedrock", subtitle: "AWS", iconKey: "bedrock" },
lm_studio: { name: "LM Studio", subtitle: "LM Studio", iconKey: "custom" },
lm_studio: { name: "LM Studio", subtitle: "LM Studio", iconKey: "lm_studio" },
ollama_chat: { name: "Ollama", subtitle: "Ollama", iconKey: "ollama" },
openai: {
name: "GPT",