Skip to content

Commit ed7fa2c

Browse files
committed
refactor - kamangir/bolt#746
1 parent e158711 commit ed7fa2c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

openai_commands/.abcli/generate_function.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

openai_commands/.abcli/openai_commands.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

3534
abcli_env dot load \
3635
plugin=openai_commands

openai_commands/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
DESCRIPTION = f"{ICON} a command interface to the OpenAI API."
66

7-
VERSION = "3.14.1"
7+
VERSION = "3.15.1"

0 commit comments

Comments
 (0)