diff --git a/README.md b/README.md index b5ded22..929d844 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,4 @@ pip install openai-commands To use on [AWS SageMaker](https://aws.amazon.com/sagemaker/) replace `` 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.223.1-current`](https://github.com/kamangir/awesome-bash-cli), based on [`openai_commands-3.146.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.147.1`](https://github.com/kamangir/openai-commands). diff --git a/openai_commands/__init__.py b/openai_commands/__init__.py index b7cd21f..be3f68a 100644 --- a/openai_commands/__init__.py +++ b/openai_commands/__init__.py @@ -4,7 +4,7 @@ DESCRIPTION = f"{ICON} a command interface to the OpenAI API." -VERSION = "3.146.1" +VERSION = "3.147.1" REPO_NAME = "openai-commands" diff --git a/openai_commands/literature_review/README.md b/openai_commands/literature_review/README.md index 8f0e76a..d6f8cca 100644 --- a/openai_commands/literature_review/README.md +++ b/openai_commands/literature_review/README.md @@ -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=MzlNssSM0xTwjJl8)](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=MzlNssSM0xTwjJl8) | [![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=uoGnvL3JnoJQB3Q8)](https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=uoGnvL3JnoJQB3Q8) | +| [![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=0QwJPCGHOhdMib4f)](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=0QwJPCGHOhdMib4f) | [![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=4ljIiJ3cwW8xTr8e)](https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=4ljIiJ3cwW8xTr8e) | --- 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.223.1-current`](https://github.com/kamangir/awesome-bash-cli), based on [`openai_commands-3.146.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.147.1`](https://github.com/kamangir/openai-commands). diff --git a/setup.py b/setup.py index 3671751..27d8bf2 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,18 @@ name=NAME, version=VERSION, description=DESCRIPTION, - packages=[NAME], + packages=[ + NAME, + f"{NAME}.completion", + f"{NAME}.completion.functions", + f"{NAME}.completion.prompts", + f"{NAME}.DALLE", + f"{NAME}.gpt", + f"{NAME}.images", + f"{NAME}.literature_review", + f"{NAME}.vision", + f"{NAME}.VisuaLyze", + ], include_package_data=True, package_data={ NAME: [