fix: Update engine as enum

This commit is contained in:
hiro 2023-12-04 23:18:26 +07:00
parent 0c838cecb1
commit a8e33c2a97

View File

@ -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."