Skip to content

artsy/quantum

Repository files navigation

Quantum

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

Meta

Setup

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

Contributing

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

About

Experiments with large language models (LLMs)

Resources

Security policy

Stars

Watchers

Forks