Skip to content

Feature/output #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Sep 19, 2024
Merged

Feature/output #2

merged 7 commits into from
Sep 19, 2024

Conversation

piroyoung
Copy link
Contributor

This pull request includes significant updates to the openai-batch-jsonl project, focusing on renaming classes and methods for clarity, updating the documentation, and adding new functionality for handling batch outputs. The most important changes include renaming model classes, updating the builder methods, and enhancing the README file with installation and usage instructions.

Documentation Updates:

  • README.md: Updated project name, added installation instructions, and provided detailed usage examples for the openai-batch-jsonl tool.

Code Refactoring:

  • objsonl/builder.py: Renamed classes and methods to improve clarity, e.g., Line to InputLine and Batch to BatchInput. Updated method build_pandas to reflect these changes. [1] [2] [3] [4]
  • objsonl/model/input.py: Renamed Line to InputLine and Batch to BatchInput, and updated related methods. [1] [2]
  • objsonl/model/output.py: Added new BatchOutput class to handle batch output results, including methods to load from a file and convert to a pandas DataFrame.

Test Updates:

Workflow Removal:

@piroyoung piroyoung merged commit 28542e2 into main Sep 19, 2024
1 check passed
@piroyoung piroyoung deleted the feature/output branch September 19, 2024 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant