Skip to content

Commit fd3a87e

Browse files
style: Fix markdown linting issues in resolver README.md
1 parent d289b3e commit fd3a87e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

openhands/resolver/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This repository includes a GitHub Actions workflow that can automatically attemp
1414
Follow these steps to use this workflow in your own repository:
1515

1616
1. [Create a personal access token](https://github.com/settings/tokens?type=beta) with read/write scope for "contents", "issues", "pull requests", and "workflows"
17-
17+
1818
Note: If you're working with an organizational repository, you may need to configure the organization's personal access token policy first. See [Setting a personal access token policy for your organization](https://docs.github.com/en/organizations/managing-programmatic-access-to-your-organization/setting-a-personal-access-token-policy-for-your-organization) for details.
1919

2020
2. Create an API key for the [Claude API](https://www.anthropic.com/api) (recommended) or another supported LLM service
@@ -85,11 +85,14 @@ pip install openhands-ai
8585
3. Set up environment variables:
8686

8787
```bash
88+
8889
# GitHub credentials
90+
8991
export GITHUB_TOKEN="your-github-token"
9092
export GITHUB_USERNAME="your-github-username" # Optional, defaults to token owner
9193

9294
# LLM configuration
95+
9396
export LLM_MODEL="anthropic/claude-3-5-sonnet-20241022" # Recommended
9497
export LLM_API_KEY="your-llm-api-key"
9598
export LLM_BASE_URL="your-api-url" # Optional, for API proxies

0 commit comments

Comments
 (0)