mirror of
https://github.com/langgenius/dify.git
synced 2026-03-31 02:48:49 +08:00
fix(i18n): remove invalid model name from claude_args
Remove --model claude-sonnet-4-5-20250929 as it's not a valid model identifier. Let Claude Code Action use its default model instead. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
1
.github/workflows/translate-i18n-claude.yml
vendored
1
.github/workflows/translate-i18n-claude.yml
vendored
@ -343,5 +343,4 @@ jobs:
|
||||
|
||||
claude_args: |
|
||||
--max-turns 100
|
||||
--model claude-sonnet-4-5-20250929
|
||||
--allowedTools "Read,Write,Edit,Bash(git:*),Bash(gh:*),Bash(cd:*),Bash(pnpm:*),Bash(cat:*),Bash(ls:*),Glob,Grep"
|
||||
|
||||
Reference in New Issue
Block a user