
- Updated commit/command.yml to use "en" language code - Updated commit/commit.py to handle model's maximum context length error - Updated commit/zh/command.yml to use "zh" language code - Updated libs/llm_api/openai.py to ignore tokens limit error Closes devchat-ai/devchat#189
5 lines
309 B
YAML
5 lines
309 B
YAML
description: '为你选定的代码变更生成格式规范的提交信息,并通过 Git 提交。如需要可包含对应 issue 编号(例如,输入“/commit to close #12”)'
|
||
hint: to close Issue #issue_number
|
||
input: optional
|
||
steps:
|
||
- run: $devchat_python $command_path/../commit.py "$input" "zh" |