Skip to content

Commit 02f8512

Browse files
committed
chore: remove not used types
1 parent 9c10a91 commit 02f8512

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

pkg/catwalk/provider.go

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ type Type string
55

66
// All the supported AI provider types.
77
const (
8-
TypeOpenAI Type = "openai"
9-
TypeAnthropic Type = "anthropic"
10-
TypeGemini Type = "gemini"
11-
TypeAzure Type = "azure"
12-
TypeBedrock Type = "bedrock"
13-
TypeVertexAI Type = "vertexai"
14-
TypeXAI Type = "xai"
15-
TypeOpenRouter Type = "openrouter"
8+
TypeOpenAI Type = "openai"
9+
TypeAnthropic Type = "anthropic"
10+
TypeGemini Type = "gemini"
11+
TypeAzure Type = "azure"
12+
TypeBedrock Type = "bedrock"
13+
TypeVertexAI Type = "vertexai"
1614
)
1715

1816
// InferenceProvider represents the inference provider identifier.

0 commit comments

Comments
 (0)