fix: Update engine as enum
This commit is contained in:
parent
0c838cecb1
commit
a8e33c2a97
@ -289,7 +289,7 @@ components:
|
|||||||
engine:
|
engine:
|
||||||
type: string
|
type: string
|
||||||
description: "The engine used by the model."
|
description: "The engine used by the model."
|
||||||
example: "llamacpp"
|
enum: [nitro, openai, hf_inference]
|
||||||
quantization:
|
quantization:
|
||||||
type: string
|
type: string
|
||||||
description: "Quantization parameter of the model."
|
description: "Quantization parameter of the model."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user