Skip to content

hightouchio/evalite

 
 

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 development commands:
pnpm run dev          # Build, then run tsc -w on evalite + vitest on evalite-tests
pnpm run example      # Build, then run evalite watch + UI dev server at http://localhost:5173
pnpm run test         # Build and run all tests

Important

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

See CONTRIBUTING.md for full documentation.

About

Evaluate your LLM-powered apps with TypeScript

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.8%
  • MDX 7.9%
  • CSS 1.1%
  • Other 1.2%