Skip to content

Commit

Permalink
Readme tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Dec 3, 2024
1 parent acbe758 commit e8ac85a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions packages/evalite/readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Evalite

The TypeScript-native, open-source tool for testing LLM-powered apps.
The TypeScript-native, local-first tool for testing LLM-powered apps.

- Fully open source: **No API Key required**
- Based on Vitest
- Terminal UI for quick prototyping
- Supports tracing and custom scorers
- Fully open source: **No API Key required**.
- Local-first: runs on your machine, your data never leaves your laptop.
- Based on [Vitest](https://vitest.dev/), the best TypeScript test runner around.
- Terminal UI for quick prototyping.
- Supports tracing and custom scorers.

## Quickstart

Expand Down
11 changes: 6 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Evalite

The TypeScript-native, open-source tool for testing LLM-powered apps.
The TypeScript-native, local-first tool for testing LLM-powered apps.

- Fully open source: **No API Key required**
- Based on Vitest
- Terminal UI for quick prototyping
- Supports tracing and custom scorers
- Fully open source: **No API Key required**.
- Local-first: runs on your machine, your data never leaves your laptop.
- Based on [Vitest](https://vitest.dev/), the best TypeScript test runner around.
- Terminal UI for quick prototyping.
- Supports tracing and custom scorers.

## Quickstart

Expand Down

0 comments on commit e8ac85a

Please sign in to comment.