add AIHubMix as a new Provider
Add AIHubMix as a new Provider, including:
- Implementation of
AihubmixModelclass. - Example script
aihubmix_model_example.pyin examples/models. - Updated
.env.examplewith AIHubMix environment variables.
Fixes #3369
Checklist
- [x] I have read the CONTRIBUTION guide (required)
- [x] I have linked this PR to an issue using the Development section on the right sidebar or by adding Fixes #issue-number in the PR description (required)
- [x] I have checked if any dependencies need to be added or updated in pyproject.toml and uv lock
- [x] I have updated the tests accordingly (required for a bug fix or a new feature)
- [x] I have updated the documentation if needed:
- [x] I have added examples if this is a new feature
[!IMPORTANT]
Review skipped
Auto reviews are disabled on this repository.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yamlfile in this repository. To trigger a single review, invoke the@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
⨠Finishing touches
š§Ŗ Generate unit tests (beta)
- [ ] Create PR with unit tests
- [ ] Post copyable unit tests in a comment
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
Comment @coderabbitai help to get the list of available commands and usage tips.
@xinrui-z hiļ¼thanks for this pr! notice that https://github.com/camel-ai/camel/pull/3338 has been merged ,Is this PR somewhat repetitive?
@xinrui-z hiļ¼thanks for this pr! notice that #3338 has been merged ,Is this PR somewhat repetitive?
@fengju0213 hi, thanks for the feedback! Yes, I noticed #3338 was merged. Since then, weāve made some further updates ā mainly adding multi-client routing (now supporting multiple endpoints). Iāve also modified and extended the test cases to cover these changes.