Skip to content

Home > llm-ops > LLM > (constructor)

LLM.(constructor)

构造一个LLM客户端实例。

Signature:

typescript
constructor(params: createLLMSchema);
constructor(params: createLLMSchema);

Parameters

ParameterTypeDescription
paramscreateLLMSchema包含创建LLM客户端所需的参数。

Released under the MIT License.