File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ to use on [AWS SageMaker](https://aws.amazon.com/sagemaker/) replace `<plugin-na
20
20
21
21
[ ![ 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/ )
22
22
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 ) .
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ function openai_commands_gpt() {
34
34
local do_upload=$( abcli_option_int " $options " upload $( abcli_not $do_dryrun ) )
35
35
36
36
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
38
38
mkdir -p $object_path
39
39
40
40
abcli_tag set $object_name gpt_chat
Original file line number Diff line number Diff line change 8
8
from blue_objects import file
9
9
from abcli .modules .objects import signature as object_signature
10
10
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
12
12
13
13
from openai_commands import NAME , VERSION
14
14
from openai_commands .DALLE .brush import RandomWalkBrush , TilingBrush
Original file line number Diff line number Diff line change 4
4
5
5
DESCRIPTION = f"{ ICON } a command interface to the OpenAI API."
6
6
7
- VERSION = "3.159 .1"
7
+ VERSION = "3.160 .1"
8
8
9
9
REPO_NAME = "openai-commands"
10
10
Original file line number Diff line number Diff line change 1
1
import os
2
- from abcli .env import load_env , load_config
2
+ from blue_options .env import load_config , load_env
3
3
4
4
load_env (__name__ )
5
5
load_config (__name__ )
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ literature review at scale on [AWS Batch](https://aws.amazon.com/batch/) through
49
49
| | |
50
50
| --- | --- |
51
51
| [ 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 ) |
53
53
54
54
---
55
55
Original file line number Diff line number Diff line change 1
- from abcli .logger import get_logger
1
+ from blue_options .logger import get_logger
2
2
from openai_commands import ICON
3
3
4
4
logger = get_logger (ICON )
You can’t perform that action at this time.
0 commit comments