-
Notifications
You must be signed in to change notification settings - Fork 747
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
Test: Added tests to increase test coverage of models #1550
base: master
Are you sure you want to change the base?
Conversation
0516356
to
0546514
Compare
59b3410
to
69cbbca
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 @Rkejji for the great contribution!
for deepseek model we removed the part so now there's one error to be fixed:
https://github.com/camel-ai/camel/actions/runs/13228863991/job/36923215735?pr=1550
could you look into this part and let me know if there's anything I can support~
fix: fixed test typo fix: fixed test dependency issue
69cbbca
to
e9c1552
Compare
It is done, the issue was due to the fact that the |
Description
Added unit test to models while mocking API calls to the real openai API.
Motivation and Context
This PR is related to this issue #1513
Types of changes
What types of changes does your code introduce? Put an
x
in all the boxes that apply:Implemented Tasks
Checklist
Go over all the following points, and put an
x
in all the boxes that apply.If you are unsure about any of these, don't hesitate to ask. We are here to help!