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
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 {