ソースを参照

remove unused `fmt.Println`

Jeffrey Morgan 1 年間 前
コミット
c44b619428
1 ファイル変更0 行追加2 行削除
  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,
 		"stop":              llm.Stop,
 	}
 	}
 
 
-	fmt.Println(request)
-
 	// Handling JSON marshaling with special characters unescaped.
 	// Handling JSON marshaling with special characters unescaped.
 	buffer := &bytes.Buffer{}
 	buffer := &bytes.Buffer{}
 	enc := json.NewEncoder(buffer)
 	enc := json.NewEncoder(buffer)