Skip to content

Commit

Permalink
README Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
regismesquita committed Nov 26, 2024
1 parent 5e54523 commit bccd315
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openhands/resolver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ Follow these steps to use this workflow in your own repository:

5. Set up [GitHub secrets](https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions):
- Required:
- `LLM_API_KEY`: Your LLM API key
- Optional:
- `PAT_USERNAME`: GitHub username for the personal access token
- `PAT_TOKEN`: The personal access token
- `LLM_MODEL`: LLM model to use (e.g., "anthropic/claude-3-5-sonnet-20241022")
- `LLM_API_KEY`: Your LLM API key
- Optional:
- `LLM_MODEL`: LLM model to use (defaults to "anthropic/claude-3-5-sonnet-20241022")
- `LLM_BASE_URL`: Base URL for LLM API (only if using a proxy)

Note: You can set these secrets at the organization level to use across multiple repositories.
Expand Down

0 comments on commit bccd315

Please sign in to comment.