Skip to content

mattpocock/evalite

Folders and files

NameName
Last commit message
Last commit date
Apr 24, 2025
Feb 4, 2025
Dec 5, 2024
Dec 10, 2024
Apr 24, 2025
Apr 24, 2025
Apr 18, 2025
Apr 18, 2025
Apr 18, 2025
Apr 24, 2025
Nov 11, 2024
Dec 16, 2024
Dec 10, 2024
Feb 9, 2025
Nov 11, 2024

Repository files navigation

Evalite: the TypeScript-native, local-first tool for testing LLM-powered apps.

Contributing

  1. Create a .env file inside packages/example containing an OPENAI_API_KEY:
OPENAI_API_KEY=your-api-key
  1. Run pnpm run dev. This will:
  • Run the TS type checker on evalite, evalite-core
  • Run some tests at evalite-tests
  • Run the UI dev server at http://localhost:5173
  • Run evalite watch on the examples in packages/example

Important

You may need to run pnpm build in root, then npm link inside packages/evalite to get the global evalite command to work.