Update specs.json (#93)

model is not required for ALL llm providers
This commit is contained in:
Sam Machin
2025-04-11 12:19:02 +01:00
committed by GitHub
parent ce44bf41d4
commit 4a817c97b2

View File

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