Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssm #14

Merged
merged 7 commits into from
Aug 17, 2024
Merged

ssm #14

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ pip install openai-commands
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).

---
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).
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).
14 changes: 8 additions & 6 deletions openai_commands/.abcli/openai_commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ function openai_commands() {
"${@:2}"
}

abcli_source_path - caller,suffix=/tests
abcli_source_path - \
caller,suffix=/tests

abcli_log $(openai_commands version --show_icon 1)
abcli_env_dot_load \
caller,ssm,plugin=openai_commands,suffix=/../..

abcli_env_dot_load \
caller,filename=config.env,suffix=/..

abcli_env dot load \
plugin=openai_commands
abcli_env dot load \
filename=openai_commands/config.env,plugin=openai_commands
abcli_log $(openai_commands version --show_icon 1)
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.138.1"
VERSION = "3.145.1"

REPO_NAME = "openai-commands"

Expand Down
4 changes: 2 additions & 2 deletions openai_commands/literature_review/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ 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=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) |
| [![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) |

---

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)

---
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).
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.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
include_package_data=True,
package_data={
NAME: [
"config.env",
"sample.env",
".abcli/**/*.sh",
],
},
Expand Down
Loading