File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,14 @@ jobs:
32
32
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
33
33
ABCLI_AWS_RDS_HOST : ${{ secrets.ABCLI_AWS_RDS_HOST }}
34
34
ABCLI_AWS_RDS_PASSWORD : ${{ secrets.ABCLI_AWS_RDS_PASSWORD }}
35
+ DATABRICKS_HOST : ${{ secrets.DATABRICKS_HOST }}
36
+ DATABRICKS_TOKEN : ${{ secrets.DATABRICKS_TOKEN }}
35
37
run : |
36
38
echo "OPENAI_API_KEY: $OPENAI_API_KEY"
37
39
echo "AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID"
38
40
echo "AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY"
39
41
echo "ABCLI_AWS_RDS_HOST: $ABCLI_AWS_RDS_HOST"
40
42
echo "ABCLI_AWS_RDS_PASSWORD: $ABCLI_AWS_RDS_PASSWORD"
43
+ echo "DATABRICKS_HOST: $DATABRICKS_HOST"
44
+ echo "DATABRICKS_TOKEN: $DATABRICKS_TOKEN"
41
45
pytest
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ to use on [AWS SageMaker](https://aws.amazon.com/sagemaker/) replace `<plugin-na
20
20
21
21
[ ![ 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/ )
22
22
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 ) .
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.184 .1"
7
+ VERSION = "3.185 .1"
8
8
9
9
REPO_NAME = "openai-commands"
10
10
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ literature review at scale on [AWS Batch](https://aws.amazon.com/batch/) through
49
49
| | |
50
50
| --- | --- |
51
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=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 ) |
53
53
54
54
---
55
55
You canβt perform that action at this time.
0 commit comments