Interface that extends EmbeddingsParams and defines additional parameters specific to the TencentHunyuanEmbeddingsParams class.

interface TencentHunyuanEmbeddingsParams {
    tencentSecretId?: string;
    tencentSecretKey?: string;
}

Hierarchy (view full)

  • Toolkit
    • TencentHunyuanEmbeddingsParams

Implemented by

Properties

tencentSecretId?: string

SecretID to use when making requests, can be obtained from https://console.cloud.tencent.com/cam/capi. Defaults to the value of TENCENT_SECRET_ID environment variable.

tencentSecretKey?: string

Secret key to use when making requests, can be obtained from https://console.cloud.tencent.com/cam/capi. Defaults to the value of TENCENT_SECRET_KEY environment variable.

Generated using TypeDoc