shutdown接口

接口功能

提供终止LLMManager的功能。

C++函数原型

void Shutdown()

Python函数

shutdown()

接口参数

无。

使用样例

析构llm_manager。

1
llm_manager.shutdown()