Skip to content
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

feat: enhance model handling with additional info and output schema s… #1168

Open
wants to merge 4 commits into
base: release/2.6.0
Choose a base branch
from

Conversation

chakravarthik27
Copy link
Collaborator

This pull request includes several changes to the langtest module, focusing on enhancing model initialization, handling additional model parameters, and updating dependencies. The most important changes include modifications to the __init__ and load_model methods to handle additional model information and output schemas, as well as updating the predict method to improve output parsing.

Enhancements to model initialization and parameter handling:

Improvements to output parsing and prediction:

Dependency updates:

  • pyproject.toml: Updated the langchain dependency version from 0.3.6 to ^0.3.15.

@chakravarthik27 chakravarthik27 self-assigned this Jan 21, 2025
@chakravarthik27 chakravarthik27 linked an issue Jan 21, 2025 that may be closed by this pull request
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.

ModelAPI supports generating JSON schemas for its outputs.
1 participant