{"id":22540772,"url":"https://github.com/gaboolic/novel-gpt","last_synced_at":"2025-09-10T23:33:35.296Z","repository":{"id":186917404,"uuid":"674524285","full_name":"gaboolic/novel-gpt","owner":"gaboolic","description":"\"主控\"机器人拥有编写大纲、创建ai人物、读写文件的能力。也就是完全模拟人脑写小说的流程。 由\"主控\"机器人先生成大纲，然后根据大纲来控制剧情走向，决定下文是环境描写还是对话等等。而真正的对话，是由ai人物自己产生。 主控机器人的prompt由大纲、前文提要、当前上下文（可以是最近的1000个字）组成。 ai人物的prompt由前文提要、对话上下文组成。","archived":false,"fork":false,"pushed_at":"2023-11-07T09:31:52.000Z","size":10677,"stargazers_count":48,"open_issues_count":2,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-14T19:07:10.811Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gaboolic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-04T06:45:01.000Z","updated_at":"2025-03-02T13:10:17.000Z","dependencies_parsed_at":"2023-11-07T10:43:11.603Z","dependency_job_id":null,"html_url":"https://github.com/gaboolic/novel-gpt","commit_stats":null,"previous_names":["gaboolic/novel-gpt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaboolic%2Fnovel-gpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaboolic%2Fnovel-gpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaboolic%2Fnovel-gpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaboolic%2Fnovel-gpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gaboolic","download_url":"https://codeload.github.com/gaboolic/novel-gpt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248943456,"owners_count":21186958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-07T12:12:40.498Z","updated_at":"2025-04-14T19:07:15.712Z","avatar_url":"https://github.com/gaboolic.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 开发中\n\ngpt有token数量限制，只有4k的记忆力。如果直接让gpt写小说，我尝试过gpt只会无脑续写环境描写、对话描写之类的，根本没有剧情的把控能力和展开能力。\n\nChatPDF项目给大家带来一种思路，即分治法，为文件中每个段落计算embedding向量（创建语义索引），gpt每次无需记忆所有内容。\nauto-gpt、BabyAGI等项目大同小异，都是把gpt当做一个\"主控机器人\"，为\"主控机器人\"赋予很多能力，包括创建并使用\"代理机器人\"的能力、使用搜索引擎、读写文件的能力。\n\n传统使用gpt写小说的方式，也就是给大模型输入上文，输出下文的方式太落后了，只能作为水文 ai辅助创作工具，无法制作出真正的小说。\n\n受到这些项目启发，我认为应该是这样的流程：\"主控\"机器人拥有编写大纲、创建ai人物、读写文件的能力。也就是完全模拟人脑写小说的流程。\n由\"主控\"机器人先生成大纲，然后根据大纲来控制剧情走向，决定下文是环境描写还是对话等等。而真正的对话，是由ai人物自己产生。\n主控机器人的prompt由大纲、前文提要、当前上下文（可以是最近的1000个字）组成。\nai人物的prompt由前文提要、对话上下文组成。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaboolic%2Fnovel-gpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaboolic%2Fnovel-gpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaboolic%2Fnovel-gpt/lists"}