From 4a817c97b269c7d9dab2c74dfe00cc8256d04c88 Mon Sep 17 00:00:00 2001 From: Sam Machin Date: Fri, 11 Apr 2025 12:19:02 +0100 Subject: [PATCH] Update specs.json (#93) model is not required for ALL llm providers --- specs.json | 1 - 1 file changed, 1 deletion(-) diff --git a/specs.json b/specs.json index a6c5e9c..76c90ac 100644 --- a/specs.json +++ b/specs.json @@ -451,7 +451,6 @@ }, "required": [ "vendor", - "model", "auth", "llmOptions" ]