MCPcopy Create free account
hub / github.com/PromtEngineer/localGPT / currentCleanup

Function currentCleanup

test_markdown_streaming.js:45–47  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

43];
44
45function currentCleanup(text) {
46 return text.replace(/\n{3,}/g, '\n\n');
47}
48
49function improvedCleanup(text) {
50 text = text.replace(/\n{3,}/g, '\n\n');

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected