-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[BFCL] Add support for Writer models and Palmyra X 004 #755
Conversation
3118fd7
to
7f2aacf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @samjulien !
I noticed that here, you intentionally removed all the response field from the function doc.
For model that doesn't support response
field, we add those information to the end of the function description because we don't want information loss (code here). Is there a reason why you chose to do it that way?
Ah thank you! I’ll add a check for our models there and remove from our handler. |
d81532f
to
b88fd16
Compare
Hi @HuanzhiMao, I made that change you suggested and rebased the branch to be updated with |
Hey @samjulien, I have submitted a PR to your fork. samjulien#1 Two things I changed:
I have tested the code locally and it is working perfectly fine. |
Let WriterHandler Inherit From OpenAIHandler
Thank you so much @HuanzhiMao, great thinking! I really appreciate you doing that. I've merged it in. One other question: We don't usually append |
Yes. The
If you don't want the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the PR!
Update: I removed the |
Thank you so much @HuanzhiMao! Let me know if you need an API key for the leaderboard. |
DM-ed via Discord. |
This PR updates the leaderboard to reflect the change in score due to the following PR merge: 1. #747 2. #770 3. #768 4. #750 5. #763 6. #772 7. #777 8. #778 9. #786 10. #787 11. #697 12. #718 13. #755 14. #796 15. #789 16. #804 17. #808 18. #809 19. #811 20. #810 Models were evaluated using checkpoint commit d7e52e5.
This PR adds support for Writer models and our latest Palmyra X 004 to BFCL. Thank you!