udpate claude model to default

This commit is contained in:
Lina Tawfik
2025-05-22 10:54:11 -07:00
parent 1e9ea49f7a
commit d822994da0
2 changed files with 1 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ jobs:
| `timeout_minutes` | Timeout in minutes for execution | No | `30` |
| `github_token` | GitHub token for Claude to operate with. **Only include this if you're connecting a custom GitHub app of your own!** | No | - |
| `model` | Model to use (provider-specific format required for Bedrock/Vertex) | No | - |
| `anthropic_model` | **DEPRECATED**: Use `model` instead. Kept for backward compatibility. | No | `claude-3-7-sonnet-20250219` |
| `anthropic_model` | **DEPRECATED**: Use `model` instead. Kept for backward compatibility. | No |
| `use_bedrock` | Use Amazon Bedrock with OIDC authentication instead of direct Anthropic API | No | `false` |
| `use_vertex` | Use Google Vertex AI with OIDC authentication instead of direct Anthropic API | No | `false` |
| `allowed_tools` | Additional tools for Claude to use (the base GitHub tools will always be included) | No | "" |