mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00:00
fix model reloading
ensure runtime model changes (template, system prompt, messages, options) are captured on model updates without needing to reload the server
This commit is contained in:
@@ -679,7 +679,7 @@ type CompletionRequest struct {
|
||||
Prompt string
|
||||
Format string
|
||||
Images []ImageData
|
||||
Options api.Options
|
||||
Options *api.Options
|
||||
}
|
||||
|
||||
type CompletionResponse struct {
|
||||
|
||||
Reference in New Issue
Block a user