#include "llm.h"
namespace humanus {
// 定义静态成员变量
std::map<std::string, std::shared_ptr<LLM>> LLM::_instances;
}