mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-06 08:16:00 +00:00
4 lines
168 B
Python
4 lines
168 B
Python
from utils.registry import Registry
|
|
|
|
# __all__ = ["LlamaIndexEmbeddingModel", "LlamaIndexGenerationModel", "LlamaIndexRerankModel"]
|
|
MODEL_REGISTRY = Registry("models")
|