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

Fix for issue #19933: langchain_huggingface #25136

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Aug 7, 2024

  1. The ChatHugggingFace._to_chat_prompt now returns the 'messages_dicts'…

    … in ChatML format instead of the formatted string
    Soumil32 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ed8164d View commit details
    Browse the repository at this point in the history
  2. HuggingFacePileline._generate() prompt type changed from 'List[str]' …

    …to 'List[List[dict[str, str]]]' to reflect ChatML input
    Soumil32 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b4f59ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcf4dc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea6f08d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    96e7334 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    1551787 View commit details
    Browse the repository at this point in the history