From 0a337a253a74acdcf9fae7a340fb7195a5d4b46a Mon Sep 17 00:00:00 2001 From: Alexander Gusman Date: Thu, 22 Jun 2023 13:19:24 +0300 Subject: [PATCH] fix(makefile): correct USE_FULL_PROJECT_PROMPT val --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d2bba0d..9e6834a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ export .PHONY: smol-rewrite smol-rewrite: # https://platform.openai.com/docs/models/gpt-4 - USE_FULL_PROJECT_PROMPT=False OPENAI_DEFAULT_MODEL=gpt-4 OPENAI_DEFAULT_MAX_TOKENS=0 python3 ../developer/main_no_modal.py ./SPEC.md ./versions/latest + USE_FULL_PROJECT_PROMPT= OPENAI_DEFAULT_MODEL=gpt-4 OPENAI_DEFAULT_MAX_TOKENS=0 python3 ../developer/main_no_modal.py ./SPEC.md ./versions/latest smol-debug: # https://platform.openai.com/docs/models/gpt-4