File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 required : false
2121 type : string
2222 default : " anthropic/claude-3-5-sonnet-20241022"
23+ LLM_API_VERSION :
24+ required : false
25+ type : string
26+ default : " "
2327 base_container_image :
2428 required : false
2529 type : string
@@ -116,6 +120,7 @@ jobs:
116120 LLM_MODEL : ${{ secrets.LLM_MODEL || inputs.LLM_MODEL }}
117121 LLM_API_KEY : ${{ secrets.LLM_API_KEY }}
118122 LLM_BASE_URL : ${{ secrets.LLM_BASE_URL }}
123+ LLM_API_VERSION : ${{ inputs.LLM_API_VERSION }}
119124 PAT_TOKEN : ${{ secrets.PAT_TOKEN }}
120125 PAT_USERNAME : ${{ secrets.PAT_USERNAME }}
121126 GITHUB_TOKEN : ${{ github.token }}
@@ -230,6 +235,7 @@ jobs:
230235 LLM_MODEL : ${{ secrets.LLM_MODEL || inputs.LLM_MODEL }}
231236 LLM_API_KEY : ${{ secrets.LLM_API_KEY }}
232237 LLM_BASE_URL : ${{ secrets.LLM_BASE_URL }}
238+ LLM_API_VERSION : ${{ inputs.LLM_API_VERSION }}
233239 PYTHONPATH : " "
234240 run : |
235241 cd /tmp && python -m openhands.resolver.resolve_issue \
@@ -265,6 +271,7 @@ jobs:
265271 LLM_MODEL : ${{ secrets.LLM_MODEL || inputs.LLM_MODEL }}
266272 LLM_API_KEY : ${{ secrets.LLM_API_KEY }}
267273 LLM_BASE_URL : ${{ secrets.LLM_BASE_URL }}
274+ LLM_API_VERSION : ${{ inputs.LLM_API_VERSION }}
268275 PYTHONPATH : " "
269276 run : |
270277 if [ "${{ steps.check_result.outputs.RESOLUTION_SUCCESS }}" == "true" ]; then
You can’t perform that action at this time.
0 commit comments