Experiments with large language models (LLMs)
This repo serves as a common home for Typescript-centric but vendor- and model-agnostic experiments with LLMs.
This project is not meant to be built or deployed, but rather to be run locally with commands such as:
yarn tsx src/00-my-experiment/index.ts
- State: experimental
- GitHub: https://github.com/artsy/quantum
- Point People: @anandaroop, @mc-jones
Clone:
git clone git@github.com:artsy/quantum.git
cd quantum
Install tool versions:
asdf install
Install dependencies:
yarn install
Set up environment:
cp .env.example .env
Add new experiments under /src, following the existing folder naming conventions.
No need to compile Typescript source files, just run them directly with tsx
as
follows:
yarn tsx src/00-my-experiment/index.ts