diff --git a/.gitignore b/.gitignore index 099e0b1..a7a8140 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /AI_novel /vectorstore config.json +config.json diff --git a/config.json b/config.json index b31b991..13cf58e 100644 --- a/config.json +++ b/config.json @@ -4,7 +4,7 @@ "model_name": "gpt-4o-mini", "topic": "星穹铁道主角星穿越到原神提瓦特大陆,拯救提瓦特大陆,并与其中的角色展开爱恨情仇的小说设定", "genre": "玄幻", - "num_chapters": 200, + "num_chapters": 100, "word_number": 4000, "filepath": "C:/Users/xieli/Desktop/AI_NovelGenerator/AI_novel" } \ No newline at end of file