OpenCompass/opencompass/models/claude_api/__init__.py
Tong Gao f480b72703
[Feature] Support model-bound prediction postprocessor, use it in Claude (#268)
* [Feature] Support model-bound text postprocessor, add claude as an example

* update

* update

* minor fix

---------

Co-authored-by: zhoufengzhe <zhoufengzhe@pjlab.org.cn>
2023-08-25 16:12:21 +08:00

4 lines
53 B
Python

from .claude_api import Claude
__all__ = ['Claude']