LLMWorkbook

LLMWORKBOOK CLI Usage

LLMWorkbook provides a command-line interface (CLI) for wrapping data and testing LLM connectivity. This makes it easy to process DataFrames, arrays, and prompt lists without writing additional code.

Installation

The CLI is installed automatically when you install LLMWorkbook via Poetry:

poetry install

Once installed, you can use the llmWorkbook command.

Available Commands

llmworkbook wrap_dataframe <input_file> <output_file> <prompt_column> <data_columns>
llmworkbook wrap_array <input_file> <output_file> <prompt_index> <data_indices>
llmworkbook wrap_prompts <prompts_file> <output_file>
llmworkbook test <api_key> [--model_name gpt-3.5-turbo]
llmworkbook version

Examples