0.0.3 • Published 4 months ago

gpt-toolbox v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

GPT Toolbox

An npx-executable toolbox for working with the OpenAI API.

Usage

To start a new chat session, simply run:

npx gpt-toolbox

!NOTE The OPENAI_API_KEY environment must be available in the environment where the script is ran. See the OpenAI API documentation for more information for more information.

Development

This project uses GitHub actions to automatically publish new versions to npm. To publish a new version, use npm version <major|minor|patch>. This will automatically create a new commit and tag. After pushing the changes to GitHub, create a new release for the new tag. This will trigger the GitHub action to publish the new version to npm.

0.0.3

4 months ago

0.0.2

5 months ago

0.0.1

5 months ago