diff --git a/schema.json b/schema.json index c9cadc5a51c40c27cfb0b75b9cdae810100714ec..5ba0a700f59e75f89ce147316057930edfe5a453 100644 --- a/schema.json +++ b/schema.json @@ -468,11 +468,11 @@ "type": "string", "enum": [ "openai", + "openai-compat", "anthropic", "gemini", "azure", - "vertexai", - "openai-compat" + "vertexai" ], "description": "Provider type that determines the API format", "default": "openai"