Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 605 Bytes

File metadata and controls

24 lines (17 loc) · 605 Bytes

Routing Preference

Research project studying what characteristics users value in AI-generated code solutions and how much they're willing to pay for them.

Setup

git clone --recurse-submodules https://github.com/JetBrains-Research/routing-preference.git
cd routing-preference
make setup
cp .env.example .env  # add your API keys

Usage

uv run generate --dataset "dataset-name" --model "openai/gpt-4o"

Docs