feat: 提升上下文和输出限制容量

- 提升上下文和输出的限制容量,分别调整为1048576和65536。
This commit is contained in:
2026-01-31 05:21:05 +08:00
parent 67b2afd977
commit 4a82b91587

View File

@@ -63,7 +63,7 @@
"input": ["text", "image", "video", "audio", "pdf"], "input": ["text", "image", "video", "audio", "pdf"],
"output": ["text"] "output": ["text"]
}, },
"limit": { "context": 1000000, "output": 64000 } "limit": { "context": 1048576, "output": 65536 }
} }
} }
}, },