From a8e33c2a97ad88b5b6537420a97f5892c17b57ce Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 4 Dec 2023 23:18:26 +0700 Subject: [PATCH] fix: Update engine as enum --- docs/openapi/specs/models.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/openapi/specs/models.yaml b/docs/openapi/specs/models.yaml index 1bd7e65d7..1322b90ee 100644 --- a/docs/openapi/specs/models.yaml +++ b/docs/openapi/specs/models.yaml @@ -289,7 +289,7 @@ components: engine: type: string description: "The engine used by the model." - example: "llamacpp" + enum: [nitro, openai, hf_inference] quantization: type: string description: "Quantization parameter of the model."