Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The SDK is organized into distinct, focused packages:
**Client SDK (`evalhub.client`)** - REST API client for EvalHub service
- HTTP client for submitting evaluations to EvalHub
- Resource navigation (providers, benchmarks, collections)
- See [CLIENT_SDK_GUIDE.md](./CLIENT_SDK_GUIDE.md)
- See [Getting Started with the CLI](https://eval-hub.github.io/getting-started/cli/)

### Key Components

Expand Down Expand Up @@ -553,7 +553,6 @@ spec:

## Development

### Setting Up Development Environment
### Development Setup

```bash
Expand Down
Loading