Update __init__.py

This commit is contained in:
YangQianli92 2024-04-16 11:45:05 +08:00 committed by GitHub
parent 4047caf18d
commit 23ab5ae34a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,3 @@
from metagpt.rag.benchmark.base import RAGBenchMark
from metagpt.rag.benchmark.base import RAGBenchmark
__all__ = ["RAGBenchMark"]
__all__ = ["RAGBenchmark"]