mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-06 08:16:00 +00:00
5 lines
201 B
Python
5 lines
201 B
Python
from experiencemaker.utils.registry import Registry
|
|
|
|
EMBEDDING_MODEL_REGISTRY = Registry()
|
|
|
|
from experiencemaker.embedding_model.openai_compatible_embedding_model import OpenAICompatibleEmbeddingModel
|