Skip to content

Commit

Permalink
refactor - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Sep 9, 2024
1 parent dc0789f commit 6505762
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ to use on [AWS SageMaker](https://aws.amazon.com/sagemaker/) replace `<plugin-na

[![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/)

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).
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).
2 changes: 1 addition & 1 deletion openai_commands/.abcli/gpt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function openai_commands_gpt() {
local do_upload=$(abcli_option_int "$options" upload $(abcli_not $do_dryrun))

local object_name=$(abcli_clarify_object $2 gpt-chat-$(abcli_string_timestamp))
local object_path=$abcli_object_root/$object_name
local object_path=$ABCLI_OBJECT_ROOT/$object_name
mkdir -p $object_path

abcli_tag set $object_name gpt_chat
Expand Down
2 changes: 1 addition & 1 deletion openai_commands/DALLE/canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from blue_objects import file
from abcli.modules.objects import signature as object_signature
from abcli.modules.host import signature as host_signature
from abcli.plugins.graphics import add_signature
from blue_objects.graphics import add_signature

from openai_commands import NAME, VERSION
from openai_commands.DALLE.brush import RandomWalkBrush, TilingBrush
Expand Down
2 changes: 1 addition & 1 deletion openai_commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

VERSION = "3.159.1"
VERSION = "3.160.1"

REPO_NAME = "openai-commands"

Expand Down
2 changes: 1 addition & 1 deletion openai_commands/env.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
from abcli.env import load_env, load_config
from blue_options.env import load_config, load_env

load_env(__name__)
load_config(__name__)
Expand Down
2 changes: 1 addition & 1 deletion openai_commands/literature_review/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ literature review at scale on [AWS Batch](https://aws.amazon.com/batch/) through
| | |
| --- | --- |
| [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) |
| [![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) |
| [![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) |

---

Expand Down
2 changes: 1 addition & 1 deletion openai_commands/logger.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from abcli.logger import get_logger
from blue_options.logger import get_logger
from openai_commands import ICON

logger = get_logger(ICON)

0 comments on commit 6505762

Please sign in to comment.