Browse Source

remove unused `fmt.Println`

Jeffrey Morgan 1 năm trước cách đây
mục cha
commit
c44b619428
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      llm/llama.go

+ 0 - 2
llm/llama.go

@@ -529,8 +529,6 @@ func (llm *llama) Predict(ctx context.Context, prevContext []int, prompt string,
 		"stop":              llm.Stop,
 	}
 
-	fmt.Println(request)
-
 	// Handling JSON marshaling with special characters unescaped.
 	buffer := &bytes.Buffer{}
 	enc := json.NewEncoder(buffer)