Mammouth1979

Results 3 issues of Mammouth1979

=> { is not supported by IE and out of date safari. It block entire page to display. In sample code .then((result) => { should be replaced by .then(function(result){

const Dalai = require('dalai') new Dalai().request({ model: "7B", prompt: "The following is a conversation between a boy and a girl:", }, (token) => { process.stdout.write(token) }) return error Cannot read...

I receive body content from ajax call then set it using gmail.dom.compose(compose_el).body(json.body), but \n are not replaced by newline. Seems it worked before? an idea how to fix it? Thanks