File tree 5 files changed +7
-11
lines changed
5 files changed +7
-11
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.200.1 ` ] ( https://github.com/kamangir/awesome-bash-cli ) , based on [ ` openai_commands-3.195 .1 ` ] ( https://github.com/kamangir/openai-commands ) .
22
+ built by 🌀 [ ` blue_options-4.200.1 ` ] ( https://github.com/kamangir/awesome-bash-cli ) , based on [ ` openai_commands-3.196 .1 ` ] ( https://github.com/kamangir/openai-commands ) .
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- function test_openai_commands_version() {
4
- local options=$1
5
- local do_dryrun=$( abcli_option_int " $options " dryrun 0)
6
-
7
- abcli_eval dryrun=$do_dryrun \
8
- " openai_commands version ${@: 2} "
9
-
10
- return 0
3
+ function test_openai_commands_complete() {
4
+ openai_commands \
5
+ complete \
6
+ " Describe Mathematics in seven words."
11
7
}
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.195 .1"
7
+ VERSION = "3.196 .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/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=eohsuan9c6w7jut0 )] ( 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=eohsuan9c6w7jut0 ) | [ ![ 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=0zia7ilnexv7e3wm )] ( https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=0zia7ilnexv7e3wm ) |
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=3vaw6hxgbg8ev5je )] ( 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=3vaw6hxgbg8ev5je ) | [ ![ 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=xggw0nll5v7k9sl6 )] ( https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=xggw0nll5v7k9sl6 ) |
53
53
54
54
---
55
55
You can’t perform that action at this time.
0 commit comments