File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ function openai_commands_generate_function() {
3131 }' > ./raw/$filename .json"
3232 else
3333 if [ " $dryrun " == 0 ]; then
34- python3 -m aiart .image \
34+ python3 -m articraft .image \
3535 convert_to_RGBA \
3636 --source ./raw/$prev_filename .png \
3737 --destination ./raw/$prev_filename -RGBA.png \
Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ function openai_commands() {
2929 " ${@: 2} "
3030}
3131
32- abcli_source_path \
33- $abcli_path_git /openai-commands/.abcli/tests
32+ abcli_source_path - caller,suffix=/tests
3433
3534abcli_env dot load \
3635 plugin=openai_commands
Original file line number Diff line number Diff line change 44
55DESCRIPTION = f"{ ICON } a command interface to the OpenAI API."
66
7- VERSION = "3.14 .1"
7+ VERSION = "3.15 .1"
You can’t perform that action at this time.
0 commit comments