Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Dec 3, 2024
1 parent ed916fc commit a03346c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
cache: "pnpm"

- run: pnpm install --no-frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
cache: "pnpm"

- run: pnpm install --no-frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion packages/evalite/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ This will watch for changes to your `.eval.ts` files and re-run the evals when t

> [!IMPORTANT]
>
> I strongly recommend implementing a caching layer in your LLM calls. This will keep your tests running fast and avoid burning through your API credits.
> I strongly recommend implementing a caching layer in your LLM calls when using watch mode. This will keep your evals running fast and avoid burning through your API credits.
### Environment Variables

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ This will watch for changes to your `.eval.ts` files and re-run the evals when t

> [!IMPORTANT]
>
> I strongly recommend implementing a caching layer in your LLM calls. This will keep your tests running fast and avoid burning through your API credits.
> I strongly recommend implementing a caching layer in your LLM calls when using watch mode. This will keep your evals running fast and avoid burning through your API credits.
### Environment Variables

Expand Down

0 comments on commit a03346c

Please sign in to comment.