Skip to content

Commit f92ca04

Browse files
committed
fix: Explicitly specify Claude 3.5 Sonnet model in documentation workflow
1 parent 22c5254 commit f92ca04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ jobs:
4444
aws-region: us-west-2
4545
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
4646
- name: Enhance documentation with Bedrock
47-
run: python scripts/enhance_docs_bedrock.py --input-dir docs/generated --code-dir
48-
. --output-dir docs/enhanced
47+
run: python scripts/enhance_docs_bedrock.py --input-dir docs/generated --code-dir . --output-dir docs/enhanced --model anthropic.claude-3-5-sonnet-20240620-v1:0
4948
- name: Install Rust
5049
uses: actions-rs/toolchain@v1
5150
with:

0 commit comments

Comments
 (0)