auth should not be required by llm (#106)

This commit is contained in:
Hoan Luu Huu
2025-08-29 07:06:28 +07:00
committed by GitHub
parent 4ea9cda0f8
commit 30677b6cd1

View File

@@ -480,7 +480,6 @@
}, },
"required": [ "required": [
"vendor", "vendor",
"auth",
"llmOptions" "llmOptions"
] ]
}, },