Skip to content

Commit 1ebb98c

Browse files
committed
order
1 parent 2592b44 commit 1ebb98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fantasyloop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ do_aider () {
7070
export READS="--read test/full.bats --read ${genscript} ${reads}"
7171
export MODELS="--model ollama_chat/${model_name} --editor-model ollama_chat/${model_name} --weak-model ollama_chat/${weak_model_name}"
7272
export MESSAGE="I'd like to add a new flag ${this_new_flag} that replicates the functionality in ${this_genscript} in cpp, add this as a lib in ${this_lib_file}_lib.cpp and include this functionality in namgen.cpp, update CMakeLists.txt to build ${this_lib_file}_lib.cpp and include it in the installation, update the man page."
73-
export AIDER_OPTS="${FILES} ${READS} ${MODELS}"
73+
export AIDER_OPTS="${MODELS} ${FILES} ${READS}"
7474
export AIDER_CMD="aider-ce ${AIDER_OPTS}"
7575

7676
time ${AIDER_CMD} -m "${MESSAGE}"

0 commit comments

Comments
 (0)