mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00

* message conversion function * hfapi w tools * right test file + hf_hub version * release note * fix for new chatmessage; serialize chat_template * feedback
8 lines
219 B
YAML
8 lines
219 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Make the HuggingFaceLocalChatGenerator compatible with the new ChatMessage format, by converting the messages to
|
|
the format expected by Hugging Face.
|
|
|
|
Serialize the chat_template parameter.
|