Skip to content

Commit

Permalink
fix(makefile): correct USE_FULL_PROJECT_PROMPT val
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Gusman committed Jun 22, 2023
1 parent b5cd8c1 commit 0a337a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a337a2

Please sign in to comment.