File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
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.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 ) .
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.189 .1"
7
+ VERSION = "3.190 .1"
8
8
9
9
REPO_NAME = "openai-commands"
10
10
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ literature review at scale on [AWS Batch](https://aws.amazon.com/batch/) through
48
48
49
49
| | |
50
50
| --- | --- |
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 ) |
53
53
54
54
---
55
55
Original file line number Diff line number Diff line change 2
2
from blue_options import string
3
3
4
4
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"
6
6
7
7
list_of_runners = ["aws_batch" , "local" ]
8
8
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ mv choices1.yaml question1.yaml
11
11
```
12
12
13
13
- "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.
15
15
16
16
``` bash
17
17
@litrev multiple \
Original file line number Diff line number Diff line change 1
1
from typing import List
2
2
from blueness import module
3
- from notebooks_and_scripts .workflow .generic import Workflow
3
+ from blueflow .workflow .generic import Workflow
4
4
from openai_commands import NAME
5
5
from openai_commands .logger import logger
6
6
Original file line number Diff line number Diff line change 1
1
blueness
2
2
abcli
3
3
articraft
4
+ blueflow
4
5
IPython
5
6
beautifulsoup4
6
7
boto3
10
11
geojson
11
12
geopandas
12
13
matplotlib
13
- notebooks_and_scripts
14
14
# https://platform.openai.com/docs/quickstart?context=python
15
15
openai
16
16
opencv-python
You can’t perform that action at this time.
0 commit comments