Skip to content

Commit

Permalink
Added readme to evalite
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Dec 2, 2024
1 parent 4ca6a7d commit a821a51
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/evalite/readme.md
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).

0 comments on commit a821a51

Please sign in to comment.