Merge pull request #5126 from ollama/mxyng/messages

update message processing
This commit is contained in:
Michael Yang 2024-07-09 09:20:44 -07:00 committed by GitHub
commit 9bbddc37a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 681 additions and 713 deletions

View file

@ -679,7 +679,7 @@ type CompletionRequest struct {
Prompt string
Format string
Images []ImageData
Options api.Options
Options *api.Options
}
type CompletionResponse struct {