Metadata-Version: 2.1
Name: scalexi
Version: 0.1.1
Summary: The scalexi package is a versatile toolkit for generating datasets and conducting experiments with OpenAI's GPT-3 language model.
Home-page: https://github.com/scalexi/scalexi
Author: ScaleX Innovation
Author-email: info@scalexi.ai
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: openai

The "scalexi" package simplifies the process of crafting prompts, generating responses, and formatting data for various natural language processing tasks. It provides essential tools and functions for researchers, developers, and data scientists who want to harness the power of GPT-3 for dataset creation and experimentation.

            Key Features:
            - Prompt and Completion Formatting: Easily format prompts and completions for GPT-3, including options for starting and ending sequences.
            - JSON and CSV Export: Convert generated data into JSON and CSV formats for easy storage and analysis.
            - Contextual Experimentation: Seamlessly integrate context and prompts to conduct experiments and generate structured responses.
            - Question Generation: Generate user prompts with predefined question types, making it simple to create various types of language tasks.

            Installation:
            To install the package, use pip:

            ```bash
            pip install scalexi
            ```
            
