Skip to content

后端接口举例说明 #49

@Captain-1314

Description

@Captain-1314

1.通过大语言模型对上传的小说进行分析,并拆分出旁白、各个角色;
curl -X POST "http://localhost:8000/api/v1/novel/parse"
-F "file=@dldalu_1.txt"
-F "max_scenes=30"
-F "use_llm=true"
-F "split_granularity=scene"

小说拆解返回结果.rtf

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions