Skip to main content

A CLI for OpenAI's API

Project description

CLI OpenAI

CLI OpenAI (cloai) is a command-line interface for interacting with the OpenAI API. It provides a set of commands to interact with various OpenAI services such as GPT, Speech-to-Text (STT), Text-to-Speech (TTS), and Image Generation.

Installation

To install cloai, you can use the following command:

pip install cloai

Usage

Before running cloai, make sure the environment variable OPENAI_API_KEY is set to your OpenAI API key.

To use the CLI, run cloai --help in your terminal. This will display a list of available commands and their descriptions.

Here is a brief overview of the main commands:

  • cloai gpt --help: Shows the usages of the GPT command. The GPT command is used to generate text with OpenAI's GPT models. As there are several usage options, the help command is the best way to learn how to use it.

  • cloai dalle <prompt>: Generates images with OpenAI's DALL-E. The prompt argument is the text prompt to generate the image from.

  • cloai stt <filename>: Transcribes audio files with OpenAI's STT models. The filename argument is the file to transcribe. It can be any format that ffmpeg supports. Use the --clip option to clip the file if it is too large.

  • cloai tts <text>: Generates audio files with OpenAI's Text to Speech models. The text argument is the text to convert to speech.

Each command has additional options that can be viewed by running cloai <command> --help.

Contributing

Contributions are welcome! Please see the contributing guidelines for more information.

License

cloai is licensed under the terms of the L-GPLv2.1 license.

Support

If you encounter any issues or have any questions, please report them on our issues page.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cloai-0.1.0.tar.gz (23.6 kB view hashes)

Uploaded Source

Built Distribution

cloai-0.1.0-py3-none-any.whl (25.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page