Skip to content

Commit 12b98d6

Browse files
committed
refactor - kamangir/bolt#746
1 parent 2f3b758 commit 12b98d6

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.abcli/aka.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#! /usr/bin/env bash
2+
3+
function openai-commands() {
4+
openai_commands "$@"
5+
}

openai_commands/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
DESCRIPTION = f"{ICON} a command interface to the OpenAI API"
66

7-
VERSION = "3.7.1"
7+
VERSION = "3.8.1"

0 commit comments

Comments
 (0)