Skip to content

Commit 4f8ab2d

Browse files
authored
Merge pull request #14 from kamangir/ssm-2024-08-15-35442
ssm
2 parents 4625f9a + 863ba4b commit 4f8ab2d

File tree

6 files changed

+14
-10
lines changed

6 files changed

+14
-10
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ pip install openai-commands
2424
To use on [AWS SageMaker](https://aws.amazon.com/sagemaker/) replace `<plugin-name>` with the name of the plugin and follow [these instructions](https://github.com/kamangir/notebooks-and-scripts/blob/main/SageMaker.md).
2525

2626
---
27-
built by [`abcli-9.195.1-current`](https://github.com/kamangir/awesome-bash-cli), based on [`openai_commands-3.138.1`](https://github.com/kamangir/openai-commands).
27+
built by [`abcli-9.223.1-current`](https://github.com/kamangir/awesome-bash-cli), based on [`openai_commands-3.145.1`](https://github.com/kamangir/openai-commands).

openai_commands/.abcli/openai_commands.sh

+8-6
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ function openai_commands() {
2323
"${@:2}"
2424
}
2525

26-
abcli_source_path - caller,suffix=/tests
26+
abcli_source_path - \
27+
caller,suffix=/tests
2728

28-
abcli_log $(openai_commands version --show_icon 1)
29+
abcli_env_dot_load \
30+
caller,ssm,plugin=openai_commands,suffix=/../..
31+
32+
abcli_env_dot_load \
33+
caller,filename=config.env,suffix=/..
2934

30-
abcli_env dot load \
31-
plugin=openai_commands
32-
abcli_env dot load \
33-
filename=openai_commands/config.env,plugin=openai_commands
35+
abcli_log $(openai_commands version --show_icon 1)

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.138.1"
7+
VERSION = "3.145.1"
88

99
REPO_NAME = "openai-commands"
1010

openai_commands/literature_review/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ 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=qbQMvmZJxKaPGH2Z)](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=qbQMvmZJxKaPGH2Z) | [![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=DvBETDW1iF3qlqDa)](https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=DvBETDW1iF3qlqDa) |
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=HLWeUvlbMVjzU1Iw)](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=HLWeUvlbMVjzU1Iw) | [![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=CstvY26hGlWdNPYv)](https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=CstvY26hGlWdNPYv) |
5353

5454
---
5555

5656
notes: [1](https://arash-kamangir.medium.com/%EF%B8%8F-open-ai-experiments-146-6d3390da78c3), [2](https://arash-kamangir.medium.com/%EF%B8%8F-open-ai-experiments-145-dc241e47d9e1)
5757

5858
---
59-
built by [`abcli-9.195.1-current`](https://github.com/kamangir/awesome-bash-cli), based on [`openai_commands-3.138.1`](https://github.com/kamangir/openai-commands).
59+
built by [`abcli-9.223.1-current`](https://github.com/kamangir/awesome-bash-cli), based on [`openai_commands-3.145.1`](https://github.com/kamangir/openai-commands).
File renamed without changes.

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
include_package_data=True,
1212
package_data={
1313
NAME: [
14+
"config.env",
15+
"sample.env",
1416
".abcli/**/*.sh",
1517
],
1618
},

0 commit comments

Comments
 (0)