mistralai / mistral-finetune

Apache License 2.0
2.68k stars 220 forks source link

Fix: typo in exception messages: "formated" to "formatted" #57

Closed CharlesCNorton closed 3 months ago

CharlesCNorton commented 3 months ago

Corrected a typo in the exception messages where "formated" was changed to "formatted". This change affects the custom exception classes MessageFormatError, ToolCallFormatError, FunctionFormatError, and ConversationFormatError.

pandora-s-git commented 3 months ago

Thanks!