We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b3ff5 commit bfae440Copy full SHA for bfae440
1 file changed
.github/workflows/update-example.yaml
@@ -54,8 +54,8 @@ jobs:
54
working-directory: plugins/python-type-annotations/examples/basic/after
55
env:
56
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 }}
+ LLM_MODEL: ${{ github.event.inputs.llm_model || secrets.LLM_MODEL }}
+ LLM_BASE_URL: ${{ secrets.LLM_BASE_URL }}
59
run: |
60
# Run headless and capture conversation ID from output
61
output=$(openhands --headless --override-with-envs -f ../prompt.md 2>&1 | tee /dev/stderr)
0 commit comments