remove unused fmt.Println
This commit is contained in:
parent
17678b7225
commit
c44b619428
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue