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