"docs_zh_CN/vscode:/vscode.git/clone" did not exist on "3040299bb5864eb67beec5846623e4792c89beab"
Commit c44b6194 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

remove unused `fmt.Println`

parent 17678b72
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment