Skip to content

Commit 81c31fa

Browse files
committed
nbs refactor - kamangir/bolt#746
1 parent 12b9422 commit 81c31fa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ pip install openai-commands
1919

2020
[![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)
2121

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).

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.191.1"
7+
VERSION = "3.192.1"
88

99
REPO_NAME = "openai-commands"
1010

openai_commands/literature_review/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ 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/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) |
5353

5454
---
5555

openai_commands/literature_review/multiple.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def generate_workflow(
4444
workflow.G.add_node(question)
4545
workflow.G.nodes[question]["command_line"] = " ".join(
4646
[
47-
"workflow monitor",
47+
"blueflow_workflow monitor",
4848
f"node={question}",
4949
workflow.job_name,
5050
"literature_review",
@@ -64,7 +64,7 @@ def generate_workflow(
6464

6565
workflow.G.nodes["combination"]["command_line"] = " ".join(
6666
[
67-
"workflow monitor",
67+
"blueflow_workflow monitor",
6868
f"node=combination,publish_as={output_object_name}",
6969
workflow.job_name,
7070
"literature_review",

0 commit comments

Comments
 (0)