Skip to content

Commit

Permalink
gpt refactor - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Mar 23, 2024
1 parent 7d10e85 commit e5014fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .abcli/gpt.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env bash

function openai_gpt() {
local task=$(abcli_unpack_keyword "$1" help)
local task=$(abcli_unpack_keyword "$1")

if [ "$task" == help ]; then
abcli_show_usage "gpt <args>" \
Expand Down
2 changes: 1 addition & 1 deletion openai_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

DESCRIPTION = f"{ICON} tools for the OpenAI API"

VERSION = "2.245.1"
VERSION = "2.246.1"

0 comments on commit e5014fa

Please sign in to comment.