From 30677b6cd1a8401f99f991960d850072a1b16ed1 Mon Sep 17 00:00:00 2001 From: Hoan Luu Huu <110280845+xquanluu@users.noreply.github.com> Date: Fri, 29 Aug 2025 07:06:28 +0700 Subject: [PATCH] auth should not be required by llm (#106) --- specs.json | 1 - 1 file changed, 1 deletion(-) diff --git a/specs.json b/specs.json index c3a400c..d7341eb 100644 --- a/specs.json +++ b/specs.json @@ -480,7 +480,6 @@ }, "required": [ "vendor", - "auth", "llmOptions" ] },