Skip to content

Update dependency mkdocs-material to v9.1.17 #5

Update dependency mkdocs-material to v9.1.17

Update dependency mkdocs-material to v9.1.17 #5

Workflow file for this run

# This workflow triggers a code review using the OpenAI GPT-3.5 Turbo model with a 16k context window
on: [pull_request]
jobs:
code-review:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Trigger code review
uses: fxchen/[email protected]
with:
model: 'gpt-3.5-turbo-16k'
openai-key: ${{ secrets.OPENAI_API_KEY }}