From bccd7c8c5f8843c4bd1cc46d434394883bd4286b Mon Sep 17 00:00:00 2001 From: Rasic2 <1051987201@qq.com> Date: Sat, 13 Sep 2025 23:43:02 +0800 Subject: [PATCH] docs: add configuration setting for maximum input tokens in git documentation --- docs/source/development/git.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/development/git.md b/docs/source/development/git.md index 516454e..b7ba55b 100644 --- a/docs/source/development/git.md +++ b/docs/source/development/git.md @@ -562,6 +562,7 @@ oco config set OCO_API_KEY=xxx oco config set OCO_GITPUSH=false # 关闭自动 push oco config set OCO_ONE_LINE_COMMIT=true # 单行 commit oco config set OCO_OMIT_SCOPE=true # 省略 scope + oco config set OCO_TOKENS_MAX_INPUT=40960 # 修改输入最大 Token 数 ``` 4. 使用 oco 命令生成 commit