docs: README.md의 명령어 목록을 업데이트하고, .taskmaster/config.json에서 연구 모델 제공자 및 설정 변경

This commit is contained in:
2025-07-14 19:53:59 +09:00
parent 5e74abad75
commit 2e7f5bdb66
2 changed files with 33 additions and 33 deletions

View File

@ -7,9 +7,9 @@
"temperature": 0.2
},
"research": {
"provider": "gemini-cli",
"modelId": "gemini-2.5-pro",
"maxTokens": 65536,
"provider": "claude-code",
"modelId": "opus",
"maxTokens": 32000,
"temperature": 0.1
},
"fallback": {