File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ import (
1515
1616// providerDisplayNames maps well-known provider IDs to their formatted display names.
1717var providerDisplayNames = map [string ]string {
18- "anthropic" : "Anthropic" ,
19- "azure" : "Azure" ,
20- "bedrock" : "Amazon Bedrock" ,
21- "cohere" : "Cohere" ,
22- "gemini" : "Google Gemini" ,
18+ "anthropic" : "Anthropic" ,
19+ "azure" : "Azure" ,
20+ "bedrock" : "Amazon Bedrock" ,
21+ "cohere" : "Cohere" ,
22+ "gemini" : "Google Gemini" ,
2323 "huggingface" : "HuggingFace" ,
24- "llama2" : "Llama" ,
25- "mistral" : "Mistral" ,
26- "openai" : "OpenAI" ,
27- "vertex" : "Google Vertex" ,
24+ "llama2" : "Llama" ,
25+ "mistral" : "Mistral" ,
26+ "openai" : "OpenAI" ,
27+ "vertex" : "Google Vertex" ,
2828}
2929
3030// formatProviderName returns the display name for a provider ID.
You can’t perform that action at this time.
0 commit comments