mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00:00
print prompt with OLLAMA_DEBUG=1 (#2245)
This commit is contained in:
@@ -253,6 +253,8 @@ func GenerateHandler(c *gin.Context) {
|
||||
prompt = rebuild.String()
|
||||
}
|
||||
|
||||
slog.Debug(fmt.Sprintf("prompt: %s", prompt))
|
||||
|
||||
ch := make(chan any)
|
||||
var generated strings.Builder
|
||||
go func() {
|
||||
@@ -1125,6 +1127,8 @@ func ChatHandler(c *gin.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
slog.Debug(fmt.Sprintf("prompt: %s", prompt))
|
||||
|
||||
ch := make(chan any)
|
||||
|
||||
go func() {
|
||||
|
||||
Reference in New Issue
Block a user