mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00

* [Feature] Support model-bound text postprocessor, add claude as an example * update * update * minor fix --------- Co-authored-by: zhoufengzhe <zhoufengzhe@pjlab.org.cn>
4 lines
53 B
Python
4 lines
53 B
Python
from .claude_api import Claude
|
|
|
|
__all__ = ['Claude']
|