Skip to content

Commit

Permalink
Merge pull request #314 from dojoengine/add-llm
Browse files Browse the repository at this point in the history
feat: add openhands
  • Loading branch information
ponderingdemocritus authored Nov 8, 2024
2 parents 4d1b7e2 + 2be91e5 commit 9aa8f33
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/openhands.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Resolve Issue with OpenHands

on:
issues:
types: [labeled]
pull_request:
types: [labeled]

jobs:
call-openhands-resolver:
uses: All-Hands-AI/openhands-resolver/.github/workflows/openhands-resolver.yml@main
if: github.event.label.name == 'fix-me'
with:
issue_number: ${{ github.event.issue.number || github.event.pull_request.number }}
max_iterations: 50
secrets:
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
PAT_USERNAME: ${{ secrets.PAT_USERNAME }}
LLM_MODEL: ${{ secrets.LLM_MODEL }}
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
LLM_BASE_URL: ${{ secrets.LLM_BASE_URL }}

0 comments on commit 9aa8f33

Please sign in to comment.