From f15b1cd3b402b18f75e92cd8d705045dfd5e6725 Mon Sep 17 00:00:00 2001 From: Yuxiang Wei Date: Sun, 8 Oct 2023 22:11:05 -0500 Subject: [PATCH] refactor: add warning about API under beta --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bb8f40..8df0910 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ # ⚙️$`\mathbb{R}\mathrm{e}\mathbf{pilot}`$🛠️ > [!IMPORTANT] -> New codegen API! +> **New codegen API! (BETA)** +> > ```shell > ACTIVE=1 python -m repilot.cli.main codegen --proj-path $PROJ_PATH --file-path $FILE_PATH --line 1419 --column 1 --model codet5 --method pruned-mem > ``` +> +> To use that, follow the normal installation but no need to install Defects4J.