5 lines
193 B
Python
5 lines
193 B
Python
from prompt.internlm_react import InternLMReAct # noqa
|
|
from prompt.llama_react import LlamaReAct # noqa
|
|
from prompt.qwen_react import QwenReAct # noqa
|
|
from prompt.react import ReAct # noqa
|