Skip to content

jeebb/vader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

vader

Project Description

Vader is a command-line application that uses the Python SDK of OpenAI to interact with OpenAI's API. The project is managed using Poetry for dependency management.

Installation

Poetry

To install Poetry, follow the instructions on the official Poetry website.

Once Poetry is installed, you can install the project dependencies by running:

poetry install

OpenAI Python SDK

The OpenAI Python SDK will be installed automatically as part of the project dependencies. If you need to install it manually, you can do so with:

poetry add openai

Usage

To run the command-line application, use the following command:

poetry run vader

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages