chore: auto-update generated files

Charm created

Change summary

schema.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

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"