Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.01 KB

README.md

File metadata and controls

60 lines (41 loc) · 1.01 KB

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 [email protected]: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