forked from imbytecat/opencode-config
feat: 提升上下文和输出限制容量
- 提升上下文和输出的限制容量,分别调整为1048576和65536。
This commit is contained in:
@@ -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 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user