mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-20 21:18:13 +02:00
feat(icons): add Azure, Claude, and LM Studio icons; update Bedrock icon and provider metadata
This commit is contained in:
parent
9f6210ad08
commit
e77b0c5d4e
8 changed files with 41 additions and 9 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue