mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 10:26:53 +02:00
Merge pull request #5126 from ollama/mxyng/messages
update message processing
This commit is contained in:
commit
9bbddc37a7
7 changed files with 681 additions and 713 deletions
|
@ -679,7 +679,7 @@ type CompletionRequest struct {
|
|||
Prompt string
|
||||
Format string
|
||||
Images []ImageData
|
||||
Options api.Options
|
||||
Options *api.Options
|
||||
}
|
||||
|
||||
type CompletionResponse struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue