|
|
@@ -74,9 +74,9 @@ ${chapters.map((i) => `- ${i.title}`).join('\n')}
|
|
|
现在我们来一步一步的编写这篇论文
|
|
|
请严格按照markdown格式返回内容`)
|
|
|
|
|
|
- for (let i = 0; i < chapters.length; i++) {
|
|
|
+ for (let i = 6; i < chapters.length; i++) {
|
|
|
if (i === 2) {
|
|
|
- for (let j = 6; j < chapters[i].sections.length; j++) {
|
|
|
+ for (let j = 0; j < chapters[i].sections.length; j++) {
|
|
|
let input = ''
|
|
|
if (j === 0) {
|
|
|
input += `现在我们来编写第三章系统分析,这一章节内容较多,我们可以分成几个小节来写:
|