File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ pip install openai-commands
19
19
20
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 )
21
21
22
- built by 🌀 [ ` blue_options-4.146.1 ` ] ( https://github.com/kamangir/awesome-bash-cli ) , based on [ ` openai_commands-3.191 .1 ` ] ( https://github.com/kamangir/openai-commands ) .
22
+ built by 🌀 [ ` blue_options-4.146.1 ` ] ( https://github.com/kamangir/awesome-bash-cli ) , based on [ ` openai_commands-3.192 .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.191 .1"
7
+ VERSION = "3.192 .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/blueflow/workflow/runners/aws_batch.py ) | [ local] ( https://github.com/kamangir/notebooks-and-scripts/tree/main/blueflow/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=YJzACqTkJNodlt01 )] ( 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=YJzACqTkJNodlt01 ) | [ ![ 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=QajrFrsHTMAkpn5F )] ( https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=QajrFrsHTMAkpn5F ) |
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=RYWplGBHxL9rqtoH )] ( 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=RYWplGBHxL9rqtoH ) | [ ![ 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=zdaquyTy007B145l )] ( https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=zdaquyTy007B145l ) |
53
53
54
54
---
55
55
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def generate_workflow(
44
44
workflow .G .add_node (question )
45
45
workflow .G .nodes [question ]["command_line" ] = " " .join (
46
46
[
47
- "workflow monitor" ,
47
+ "blueflow_workflow monitor" ,
48
48
f"node={ question } " ,
49
49
workflow .job_name ,
50
50
"literature_review" ,
@@ -64,7 +64,7 @@ def generate_workflow(
64
64
65
65
workflow .G .nodes ["combination" ]["command_line" ] = " " .join (
66
66
[
67
- "workflow monitor" ,
67
+ "blueflow_workflow monitor" ,
68
68
f"node=combination,publish_as={ output_object_name } " ,
69
69
workflow .job_name ,
70
70
"literature_review" ,
You can’t perform that action at this time.
0 commit comments