-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4ca6a7d
commit a821a51
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Evalite | ||
|
||
It feels crazy to me that there's no TypeScript-native, local-first tool for testing LLM-powered apps. | ||
|
||
I want a simple test runner that can: | ||
|
||
-Run my evals on a watch script | ||
-Show me a UI for viewing traces, scores, inputs and outputs | ||
-Not need me to sign up for an API key | ||
|
||
So, I'm building one. | ||
|
||
It's based on Vitest, and it's called Evalite. | ||
|
||
Here's an [early preview](https://www.aihero.dev/evalite-an-early-preview). |