This is an example project to demonstrate how to test LLM applications with Parea & Vitest..
- Clone the repository
- Install the dependencies:
pnpm install
- Run the tests:
pnpm test
You can modify the LLM app in greeting.ts and the tests in greeting.test.ts.