mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-08 22:21:15 +00:00
5 lines
158 B
Python
5 lines
158 B
Python
from experiencemaker.utils.registry import Registry
|
|
|
|
LLM_REGISTRY = Registry()
|
|
|
|
from experiencemaker.llm.openai_compatible_llm import OpenAICompatibleBaseLLM
|