Skip to content

Commit 4c410a5

Browse files
committed
README refacrtor - kamangir/bolt#746
1 parent 598ef80 commit 4c410a5

File tree

4 files changed

+10
-18
lines changed

4 files changed

+10
-18
lines changed

README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,10 @@ pip install openai-commands
1414

1515
---
1616

17-
18-
[![PyPI version](https://img.shields.io/pypi/v/openai-commands.svg)](https://pypi.org/project/openai-commands/)
19-
2017
🎁 [wish list and bugs](https://github.com/kamangir/openai-commands/issues/13)
2118

22-
---
19+
to use on [AWS SageMaker](https://aws.amazon.com/sagemaker/) replace `<plugin-name>` with "openai_commands" and follow [these instructions](https://github.com/kamangir/notebooks-and-scripts/blob/main/SageMaker.md).
2320

24-
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).
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/)
2522

26-
---
27-
built by 🪄 [`abcli-9.228.1-current`](https://github.com/kamangir/awesome-bash-cli), based on [`openai_commands-3.148.1`](https://github.com/kamangir/openai-commands).
23+
built by 🪄 [`abcli-9.244.1-current`](https://github.com/kamangir/awesome-bash-cli), based on [`openai_commands-3.149.1`](https://github.com/kamangir/openai-commands).

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.148.1"
7+
VERSION = "3.149.1"
88

99
REPO_NAME = "openai-commands"
1010

openai_commands/literature_review/README.md

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

58-
---
59-
built by 🪄 [`abcli-9.228.1-current`](https://github.com/kamangir/awesome-bash-cli), based on [`openai_commands-3.148.1`](https://github.com/kamangir/openai-commands).
58+
to use on [AWS SageMaker](https://aws.amazon.com/sagemaker/) replace `<plugin-name>` with "openai_commands" and follow [these instructions](https://github.com/kamangir/notebooks-and-scripts/blob/main/SageMaker.md).
59+
60+
[![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/)
61+
62+
built by 🪄 [`abcli-9.244.1-current`](https://github.com/kamangir/awesome-bash-cli), based on [`openai_commands-3.149.1`](https://github.com/kamangir/openai-commands).

template.md

-7
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ pip install openai-commands
1010

1111
---
1212

13-
14-
[![PyPI version](https://img.shields.io/pypi/v/openai-commands.svg)](https://pypi.org/project/openai-commands/)
15-
1613
🎁 [wish list and bugs](https://github.com/kamangir/openai-commands/issues/13)
1714

18-
---
19-
20-
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).
21-
2215
--signature--

0 commit comments

Comments
 (0)