We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c5254 commit f92ca04Copy full SHA for f92ca04
.github/workflows/documentation.yml
@@ -44,8 +44,7 @@ jobs:
44
aws-region: us-west-2
45
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
46
- name: Enhance documentation with Bedrock
47
- run: python scripts/enhance_docs_bedrock.py --input-dir docs/generated --code-dir
48
- . --output-dir docs/enhanced
+ 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
49
- name: Install Rust
50
uses: actions-rs/toolchain@v1
51
with:
0 commit comments