Spaces:
Running
on
Zero
Running
on
Zero
df
Browse files
Makefile
CHANGED
@@ -45,7 +45,7 @@ farewell:
|
|
45 |
#Defines a target named run. This target will run GPT Engineer on the folder with the given name.
|
46 |
run:
|
47 |
@echo -e "$(COLOR_CYAN)Running GPT Engineer on $(COLOR_GREEN)$(name)$(COLOR_CYAN) folder...$(COLOR_RESET)" && \
|
48 |
-
cd ./gpt-engineer && poetry run gpt-engineer
|
49 |
|
50 |
# Counts the lines of code in the project
|
51 |
cloc:
|
|
|
45 |
#Defines a target named run. This target will run GPT Engineer on the folder with the given name.
|
46 |
run:
|
47 |
@echo -e "$(COLOR_CYAN)Running GPT Engineer on $(COLOR_GREEN)$(name)$(COLOR_CYAN) folder...$(COLOR_RESET)" && \
|
48 |
+
cd ./gpt-engineer && poetry run gpt-engineer /home/user/app/routers/$(name) --model Llama3-70b-8192 --temperature 0.1
|
49 |
|
50 |
# Counts the lines of code in the project
|
51 |
cloc:
|