mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-28 05:35:00 +00:00
chore(tests): use quality to specify step
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
23054edb23
commit
2e3f90705f
3 changed files with 17 additions and 4 deletions
|
@ -191,8 +191,9 @@ type OpenAIRequest struct {
|
|||
Stream bool `json:"stream"`
|
||||
|
||||
// Image (not supported by OpenAI)
|
||||
Mode int `json:"mode"`
|
||||
Step int `json:"step"`
|
||||
Mode int `json:"mode"`
|
||||
Quality string `json:"quality"`
|
||||
Step int `json:"step"`
|
||||
|
||||
// A grammar to constrain the LLM output
|
||||
Grammar string `json:"grammar" yaml:"grammar"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue