mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-11 08:17:03 +00:00
remove debugging messages
This commit is contained in:
@@ -67,8 +67,6 @@ func generate(c *gin.Context) {
|
||||
}
|
||||
req.Prompt = sb.String()
|
||||
|
||||
log.Printf("prompt: \n%s", req.Prompt)
|
||||
|
||||
llm, err := llama.New(model.ModelPath, opts)
|
||||
if err != nil {
|
||||
c.JSON(http.StatusInternalServerError, gin.H{"error": err.Error()})
|
||||
|
||||
Reference in New Issue
Block a user