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.
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
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
To run the command-line application, use the following command:
poetry run vader