Skip to content

Commit 267fd6a

Browse files
committed
pipeline fix, hopefully - kamangir/bolt#746
1 parent f534b7d commit 267fd6a

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ graph LR
6161

6262
[![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)
6363

64-
built by 🌀 [`blue_options-4.201.1`](https://github.com/kamangir/awesome-bash-cli), based on [`openai_commands-3.232.1`](https://github.com/kamangir/openai-commands).
64+
built by 🌀 [`blue_options-4.201.1`](https://github.com/kamangir/awesome-bash-cli), based on [`openai_commands-3.233.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.232.1"
7+
VERSION = "3.233.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=7oob3gy2l10s4apq)](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=7oob3gy2l10s4apq) | [![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=mtot541th9lgekfi)](https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=mtot541th9lgekfi) |
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=f08c5zq9trp4elq8)](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=f08c5zq9trp4elq8) | [![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=5je5ovaid34nlq3e)](https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=5je5ovaid34nlq3e) |
5353

5454
---
5555

setup.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@
99
description=DESCRIPTION,
1010
packages=[
1111
NAME,
12-
f"{NAME}.completion",
13-
f"{NAME}.completion.functions",
14-
f"{NAME}.completion.prompts",
1512
f"{NAME}.help",
16-
f"{NAME}.images",
13+
f"{NAME}.image_generation",
1714
f"{NAME}.literature_review",
15+
f"{NAME}.prompt_completion",
1816
f"{NAME}.vision",
1917
],
2018
include_package_data=True,

0 commit comments

Comments
 (0)