chore: update mllama to use ollama engine (#10637)
This commit is contained in:
committed by
Ryan Schumacher
parent
783739ee9f
commit
4d12503049
@@ -679,9 +679,8 @@ ws ::= ([ \t\n] ws)?
|
||||
const maxBufferSize = 512 * format.KiloByte
|
||||
|
||||
type ImageData struct {
|
||||
Data []byte `json:"data"`
|
||||
ID int `json:"id"`
|
||||
AspectRatioID int `json:"aspect_ratio_id"`
|
||||
Data []byte `json:"data"`
|
||||
ID int `json:"id"`
|
||||
}
|
||||
|
||||
type CompletionRequest struct {
|
||||
|
||||
Reference in New Issue
Block a user