Skip to content

Commit 294ebdc

Browse files
committed
+= nlueflow - kamangir/bolt#746
1 parent b7ef20e commit 294ebdc

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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.124.1`](https://github.com/kamangir/awesome-bash-cli), based on [`openai_commands-3.189.1`](https://github.com/kamangir/openai-commands).
22+
built by 🌀 [`blue_options-4.126.1`](https://github.com/kamangir/awesome-bash-cli), based on [`openai_commands-3.190.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.189.1"
7+
VERSION = "3.190.1"
88

99
REPO_NAME = "openai-commands"
1010

openai_commands/literature_review/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ literature review at scale on [AWS Batch](https://aws.amazon.com/batch/) through
4848

4949
| | |
5050
| --- | --- |
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=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) |
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=JCvlZzKsJqfNn6J2)](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=JCvlZzKsJqfNn6J2) | [![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=VtG7pMG0UvDqvwVt)](https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=VtG7pMG0UvDqvwVt) |
5353

5454
---
5555

openai_commands/literature_review/README.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from blue_options import string
33

44

5-
runner_prefix = "https://github.com/kamangir/notebooks-and-scripts/tree/main/notebooks_and_scripts/workflow/runners"
5+
runner_prefix = "https://github.com/kamangir/notebooks-and-scripts/tree/main/blueflow/workflow/runners"
66

77
list_of_runners = ["aws_batch", "local"]
88

openai_commands/literature_review/docs/v7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mv choices1.yaml question1.yaml
1111
```
1212

1313
- "because" is returned for every choice in every question.
14-
- multiple question [workflow](https://github.com/kamangir/notebooks-and-scripts/tree/main/notebooks_and_scripts/workflow) added.
14+
- multiple question [workflow](https://github.com/kamangir/notebooks-and-scripts/tree/main/blueflow/workflow) added.
1515

1616
```bash
1717
@litrev multiple \

openai_commands/literature_review/multiple.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import List
22
from blueness import module
3-
from notebooks_and_scripts.workflow.generic import Workflow
3+
from blueflow.workflow.generic import Workflow
44
from openai_commands import NAME
55
from openai_commands.logger import logger
66

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
blueness
22
abcli
33
articraft
4+
blueflow
45
IPython
56
beautifulsoup4
67
boto3
@@ -10,7 +11,6 @@ folium
1011
geojson
1112
geopandas
1213
matplotlib
13-
notebooks_and_scripts
1414
# https://platform.openai.com/docs/quickstart?context=python
1515
openai
1616
opencv-python

0 commit comments

Comments
 (0)