Skip to content
Open
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
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ Run the setup script to install uv and install the project's dependencies.
./script/setup
```

You can run the `format`, `lint`, and `test` scripts before commiting
You can run the `format`, `lint`, and `test` scripts before committing
to validate your changes locally before going through CI.

### Environment variables

- `REPLICATE_API_BASE_URL`: Defaults to `https://api.replicate.com` but can be overriden to point the client at a development host.
- `REPLICATE_API_BASE_URL`: Defaults to `https://api.replicate.com` but can be overridden to point the client at a development host.
- `REPLICATE_API_TOKEN`: Required. Find your token at https://replicate.com/#token

## Publishing releases
Expand Down