kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
fix: resolve lint errors
rodzic
081674daa5
commit
7482345b64
|
@ -176,7 +176,7 @@ export abstract class BaseChatModelBuilder<
|
||||||
omitTrailingSemicolon: true,
|
omitTrailingSemicolon: true,
|
||||||
noEmitHelpers: true
|
noEmitHelpers: true
|
||||||
})
|
})
|
||||||
.replace(/^ /gm, ' ')
|
.replace(/^ {4}/gm, ' ')
|
||||||
.replace(/;$/gm, '')
|
.replace(/;$/gm, '')
|
||||||
|
|
||||||
messages.push({
|
messages.push({
|
||||||
|
|
Ładowanie…
Reference in New Issue