I’m trying to print large text contents exceeding 10,000 tokens, but I encounter a problem. Despite setting the maximum output to 16,000 tokens, the system only outputs less than 3,000 tokens.
Additionally, when I include multiple topics in a single request, it seems to summarize each one. However, when focusing on a single topic, it provides a more detailed response. Unfortunately, the system I use doesn’t allow me to separate topics into individual requests, so I have to include all topics in one submission.
How can I solve this issue? I would appreciate any insights or experiences you could share.
[This is a template of input data]
- each “result” should be generated by gpt
[
{
"title": "",
"description": "",
"result": ""
"sub_subjects": [
{
"title": "",
"description": "",
"result": ""
}
]
},
{
"title": "",
"description": "",
"result": ""
"sub_subjects": [
{
"title": "",
"description": "",
"result": ""
}
]
},
{
"title": "",
"description": "",
"result": ""
"sub_subjects": [
{
"title": "",
"description": "",
"result": ""
}
]
},
{
"title": "",
"description": "",
"result": ""
"sub_subjects": [
{
"title": "",
"description": "",
"result": ""
}
]
}
]