index
:
gn-ai
this commit
master
A repository for GeneNetwork's AI tool development
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
R2R
/
r2r
/
providers
/
eval
/
__init__.py
blob: 3f5e1b517396d11fae31c64cf3623c5070f755b7 (
plain
)
1
2
3
from
.llm.base_llm_eval
import
LLMEvalProvider
__all__
=
[
"LLMEvalProvider"
]