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 @@ -20,4 +20,4 @@ to use on [AWS SageMaker](https://aws.amazon.com/sagemaker/) replace `<plugin-na
20
20
21
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/ )
22
22
23
- built by 🪄 [ ` abcli-9.267 .1-current ` ] ( https://github.com/kamangir/awesome-bash-cli ) , based on [ ` openai_commands-3.155 .1 ` ] ( https://github.com/kamangir/openai-commands ) .
23
+ built by 🪄 [ ` abcli-9.275 .1-blue-objects-attempt-2-2024-09-05-07214 ` ] ( https://github.com/kamangir/awesome-bash-cli ) , based on [ ` openai_commands-3.156 .1 ` ] ( https://github.com/kamangir/openai-commands ) .
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.155 .1"
7
+ VERSION = "3.156 .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=CcOW9KZ8aBHp7B0Q )] ( 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=CcOW9KZ8aBHp7B0Q ) | [ ![ 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=BN2wmjeWNV63lDXi )] ( https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=BN2wmjeWNV63lDXi ) |
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=UhkffAa00dzKGoQc )] ( 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=UhkffAa00dzKGoQc ) | [ ![ 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=k9109VWRLMOxjcjp )] ( https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=k9109VWRLMOxjcjp ) |
53
53
54
54
---
55
55
Original file line number Diff line number Diff line change 1
- from functools import reduce
1
+ from blue_objects . env import ABCLI_PUBLIC_PREFIX
2
2
from abcli import string
3
3
4
4
5
- prefix = "https://kamangir-public.s3.ca-central-1.amazonaws.com"
6
5
runner_prefix = "https://github.com/kamangir/notebooks-and-scripts/tree/main/notebooks_and_scripts/workflow/runners"
7
6
8
7
list_of_runners = ["aws_batch" , "local" ]
14
13
f"[]({ url } )"
15
14
for url in [
16
15
"{}/AMR-v7-test-litrev-multiple-{}-study-type-screening-result/workflow.gif?raw=true&random={}" .format (
17
- prefix ,
16
+ ABCLI_PUBLIC_PREFIX ,
18
17
runner_type ,
19
18
string .random_ (),
20
19
)
You can’t perform that action at this time.
0 commit comments