File tree 4 files changed +5
-6
lines changed
4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ pip install openai-commands
16
16
17
17
🎁 [ wish list and bugs] ( https://github.com/kamangir/openai-commands/issues/13 )
18
18
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 ) .
20
19
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/ )
20
+ [ ![ 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/ ) [ ![ PyPI - Downloads ] ( https://img.shields.io/pypi/dd/openai-commands )] ( https://pypistats.org/packages/openai-commands )
22
21
23
- built by 🌀 [ ` blue_options-4.109 .1 ` ] ( https://github.com/kamangir/awesome-bash-cli ) , based on [ ` openai_commands-3.188 .1 ` ] ( https://github.com/kamangir/openai-commands ) .
22
+ built by 🌀 [ ` blue_options-4.124 .1 ` ] ( https://github.com/kamangir/awesome-bash-cli ) , based on [ ` openai_commands-3.189 .1 ` ] ( https://github.com/kamangir/openai-commands ) .
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ function openai_commands_action_git_before_push() {
4
4
openai_commands build_README
5
5
[[ $? -ne 0 ]] && return 1
6
6
7
- [[ " $( abcli_git get_branch) " = = " main" ]] &&
7
+ [[ " $( abcli_git get_branch) " ! = " main" ]] &&
8
8
return 0
9
9
10
10
openai_commands pypi build
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.188 .1"
7
+ VERSION = "3.189 .1"
8
8
9
9
REPO_NAME = "openai-commands"
10
10
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=hPlUG7wWKcpgXGw3 )] ( 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=hPlUG7wWKcpgXGw3 ) | [ ![ 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=1zmMI3T7j6DXcBqB )] ( https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=1zmMI3T7j6DXcBqB ) |
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=TYo4Xujwl7LMEJma )] ( 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=TYo4Xujwl7LMEJma ) | [ ![ 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=koiupBgsdX8L6BgN )] ( https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=koiupBgsdX8L6BgN ) |
53
53
54
54
---
55
55
You can’t perform that action at this time.
0 commit comments