evalite

evalite

Test your LLM-powered apps with TypeScript. No API key required.

Stars: 316

Visit
 screenshot

Evalite is a TypeScript-native, local-first tool designed for testing LLM-powered apps. It allows users to view documentation and join a Discord community. To contribute, users need to create a .env file with an OPENAI_API_KEY, run the dev command to check types, run tests, and start the UI dev server. Additionally, users can run 'evalite watch' on examples in the 'packages/example' directory. Note that running 'pnpm build' in the root and 'npm link' in 'packages/evalite' may be necessary for the global 'evalite' command to work.

README:

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.

For Tasks:

Click tags to check more tools for each tasks

For Jobs:

Alternative AI tools for evalite

Similar Open Source Tools

For similar tasks

For similar jobs