diff --git a/llm/llama.go b/llm/llama.go index 4a713f85..f731acf4 100644 --- a/llm/llama.go +++ b/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)