Skip to content

Commit 1b920e8

Browse files
committed
fix(llmcost): linter
1 parent 7f67f27 commit 1b920e8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

api/v3/handlers/llmcost/convert.go

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ import (
1515

1616
// providerDisplayNames maps well-known provider IDs to their formatted display names.
1717
var 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.

0 commit comments

Comments
 (0)