Skip to content

Claude can only parse a few pages before the output length limit is reached #30

@timpaul

Description

@timpaul

The maximum output length is 4096 tokens. This, it seems, is only enough for JSON representing 2 or 3 pages worth of questions.

I think perhaps the way to go is to process each page of the document in a seperate call to the API.

This would also allow us to return results much sooner. You could process the first page, and then either continue to process the others in the background, or only do them when the user requests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions