FastChat
FastChat copied to clipboard
Fix ChatGLM3 format error
Why are these changes needed?
The previous format for ChatGLM3 is not correct, which will yield wrong output:
After changing:
Related issue number (if applicable)
None
Checks
- [x] I've run
format.shto lint the changes in this PR. - [x] I've included any doc changes needed.
- [x] I've made sure the relevant tests are passing (if applicable).