Skip to content

Commit f36cf2d

Browse files
committed
+= mlflow πŸš€ - kamangir/bolt#746
1 parent 1d472d5 commit f36cf2d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

β€Ž.github/workflows/pytest.yml

+4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,14 @@ jobs:
3232
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3333
ABCLI_AWS_RDS_HOST: ${{ secrets.ABCLI_AWS_RDS_HOST }}
3434
ABCLI_AWS_RDS_PASSWORD: ${{ secrets.ABCLI_AWS_RDS_PASSWORD }}
35+
DATABRICKS_HOST: ${{ secrets.DATABRICKS_HOST }}
36+
DATABRICKS_TOKEN: ${{ secrets.DATABRICKS_TOKEN }}
3537
run: |
3638
echo "OPENAI_API_KEY: $OPENAI_API_KEY"
3739
echo "AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID"
3840
echo "AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY"
3941
echo "ABCLI_AWS_RDS_HOST: $ABCLI_AWS_RDS_HOST"
4042
echo "ABCLI_AWS_RDS_PASSWORD: $ABCLI_AWS_RDS_PASSWORD"
43+
echo "DATABRICKS_HOST: $DATABRICKS_HOST"
44+
echo "DATABRICKS_TOKEN: $DATABRICKS_TOKEN"
4145
pytest

β€ŽREADME.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ to use on [AWS SageMaker](https://aws.amazon.com/sagemaker/) replace `<plugin-na
2020

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

23-
built by πŸŒ€ [`blue_options-4.84.1-abcli-current`](https://github.com/kamangir/awesome-bash-cli), based on [`openai_commands-3.184.1`](https://github.com/kamangir/openai-commands).
23+
built by πŸŒ€ [`blue_options-4.85.1-abcli-current`](https://github.com/kamangir/awesome-bash-cli), based on [`openai_commands-3.185.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.184.1"
7+
VERSION = "3.185.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/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=FuheZNrH6UmMJ5zk)](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=FuheZNrH6UmMJ5zk) | [![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=PPDqAjwNbARTIoC6)](https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=PPDqAjwNbARTIoC6) |
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=3Wbz69Y62iEDnuL6)](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=3Wbz69Y62iEDnuL6) | [![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=ifGLDqaYTfiFoOiu)](https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=ifGLDqaYTfiFoOiu) |
5353

5454
---
5555

0 commit comments

Comments
Β (0)