Skip to content

Commit 6505762

Browse files
committed
refactor - kamangir/bolt#746
1 parent dc0789f commit 6505762

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ to use on [AWS SageMaker](https://aws.amazon.com/sagemaker/) replace `<plugin-na
2020

2121
[![pylint](https://github.com/kamangir/openai-commands/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/openai-commands/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/openai-commands/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/openai-commands/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/openai-commands/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/openai-commands/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/openai-commands.svg)](https://pypi.org/project/openai-commands/)
2222

23-
built by 🪄 [`abcli-9.278.1-blue-objects-attempt-2-b-2024-09-07-99677`](https://github.com/kamangir/awesome-bash-cli), based on [`openai_commands-3.159.1`](https://github.com/kamangir/openai-commands).
23+
built by 🪄 [`blue_options-4.48.1-abcli-blue-objects-attempt-2-b-2024-09-07-99677`](https://github.com/kamangir/awesome-bash-cli), based on [`openai_commands-3.160.1`](https://github.com/kamangir/openai-commands).

openai_commands/.abcli/gpt.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function openai_commands_gpt() {
3434
local do_upload=$(abcli_option_int "$options" upload $(abcli_not $do_dryrun))
3535

3636
local object_name=$(abcli_clarify_object $2 gpt-chat-$(abcli_string_timestamp))
37-
local object_path=$abcli_object_root/$object_name
37+
local object_path=$ABCLI_OBJECT_ROOT/$object_name
3838
mkdir -p $object_path
3939

4040
abcli_tag set $object_name gpt_chat

openai_commands/DALLE/canvas.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from blue_objects import file
99
from abcli.modules.objects import signature as object_signature
1010
from abcli.modules.host import signature as host_signature
11-
from abcli.plugins.graphics import add_signature
11+
from blue_objects.graphics import add_signature
1212

1313
from openai_commands import NAME, VERSION
1414
from openai_commands.DALLE.brush import RandomWalkBrush, TilingBrush

openai_commands/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
VERSION = "3.159.1"
7+
VERSION = "3.160.1"
88

99
REPO_NAME = "openai-commands"
1010

openai_commands/env.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import os
2-
from abcli.env import load_env, load_config
2+
from blue_options.env import load_config, load_env
33

44
load_env(__name__)
55
load_config(__name__)

openai_commands/literature_review/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ literature review at scale on [AWS Batch](https://aws.amazon.com/batch/) through
4949
| | |
5050
| --- | --- |
5151
| [aws_batch](https://github.com/kamangir/notebooks-and-scripts/tree/main/notebooks_and_scripts/workflow/runners/aws_batch.py) | [local](https://github.com/kamangir/notebooks-and-scripts/tree/main/notebooks_and_scripts/workflow/runners/local.py) |
52-
| [![image](https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-aws_batch-study-type-screening-result/workflow.gif?raw=true&random=HzpNI2UXkICfCOnu)](https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-aws_batch-study-type-screening-result/workflow.gif?raw=true&random=HzpNI2UXkICfCOnu) | [![image](https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=NVjCnRyC6t4cRyVc)](https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=NVjCnRyC6t4cRyVc) |
52+
| [![image](https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-aws_batch-study-type-screening-result/workflow.gif?raw=true&random=KWUq1eCtiailjXfN)](https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-aws_batch-study-type-screening-result/workflow.gif?raw=true&random=KWUq1eCtiailjXfN) | [![image](https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=PtDxeGXenrYKfoE9)](https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=PtDxeGXenrYKfoE9) |
5353

5454
---
5555

openai_commands/logger.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from abcli.logger import get_logger
1+
from blue_options.logger import get_logger
22
from openai_commands import ICON
33

44
logger = get_logger(ICON)

0 commit comments

Comments
 (0)