MCPcopy
hub / github.com/tensorflow/tfjs-examples / onTextGenerationBegin

Function onTextGenerationBegin

lstm-text-generation/ui.js:115–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 * generation.
114 */
115export function onTextGenerationBegin() {
116 generatedTextInput.value = '';
117 logStatus('Generating text...');
118}
119
120/**
121 * A function to call each time a character is obtained during text generation.

Callers 1

generateTextMethod · 0.90

Calls 1

logStatusFunction · 0.70

Tested by

no test coverage detected