tencentcloud-sdk-nodejs-trtc 4.1.24 → 4.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -2973,7 +2973,7 @@ export interface StartAIConversationRequest {
|
|
|
2973
2973
|
STTConfig?: STTConfig;
|
|
2974
2974
|
/**
|
|
2975
2975
|
* LLM配置。需符合openai规范,为JSON字符串,示例如下:
|
|
2976
|
-
<pre> { <br>   "LLMType":
|
|
2976
|
+
<pre> { <br>   "LLMType": "大模型类型", // String 必填,如:"openai" <br>   "Model": "您的模型名称", // String 必填,指定使用的模型<br> "APIKey": "您的LLM API密钥", // String 必填 <br>   "APIUrl": "https://api.xxx.com/chat/completions", // String 必填,LLM API访问的URL<br>   "Streaming": true // Boolean 非必填,指定是否使用流式传输<br>  } </pre>
|
|
2977
2977
|
|
|
2978
2978
|
*/
|
|
2979
2979
|
LLMConfig?: string;
|