Skip to content

Commit bfae440

Browse files
authored
Apply suggestions from code review
Co-authored-by: Robert Brennan <accounts@rbren.io>
1 parent 47b3ff5 commit bfae440

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-example.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
working-directory: plugins/python-type-annotations/examples/basic/after
5555
env:
5656
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
57-
LLM_MODEL: ${{ github.event.inputs.llm_model || 'anthropic/claude-sonnet-4-6-20250514' }}
58-
LLM_BASE_URL: ${{ github.event.inputs.llm_base_url || secrets.LLM_BASE_URL }}
57+
LLM_MODEL: ${{ github.event.inputs.llm_model || secrets.LLM_MODEL }}
58+
LLM_BASE_URL: ${{ secrets.LLM_BASE_URL }}
5959
run: |
6060
# Run headless and capture conversation ID from output
6161
output=$(openhands --headless --override-with-envs -f ../prompt.md 2>&1 | tee /dev/stderr)

0 commit comments

Comments
 (0)