mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-11 16:26:59 +00:00
Quiet down debug log of image payload (#7454)
Avoid excessive log spew and make consistent with chat logging
This commit is contained in:
@@ -267,7 +267,7 @@ func (s *Server) GenerateHandler(c *gin.Context) {
|
|||||||
prompt = b.String()
|
prompt = b.String()
|
||||||
}
|
}
|
||||||
|
|
||||||
slog.Debug("generate request", "prompt", prompt, "images", images)
|
slog.Debug("generate request", "images", len(images), "prompt", prompt)
|
||||||
|
|
||||||
ch := make(chan any)
|
ch := make(chan any)
|
||||||
go func() {
|
go func() {
|
||||||
|
|||||||
Reference in New Issue
Block a user