humanus.cpp/llm.cpp

6 lines
147 B
C++
Raw Normal View History

2025-03-17 01:58:37 +08:00
#include "llm.h"
namespace humanus {
// 定义静态成员变量
std::unordered_map<std::string, std::shared_ptr<LLM>> LLM::instances_;
2025-03-17 01:58:37 +08:00
}