tencentcloud-sdk-nlp 3.0.639 → 3.0.640
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190408/client.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a113d50ab99ec8fccaccaf4b29a3cb2d2b6aa592
|
|
4
|
+
data.tar.gz: d192861cdaf2064fe50f174424265939f54f2998
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 625aa8601b1db2a7719cb2212affdb6beee6327ee573984c06ad4835c182e8f58f73c0f5293c444f0f47483380804b9e19265245486818bec3fea5656c3b741b
|
|
7
|
+
data.tar.gz: 632ac5a087cbbc1c14525d1740a295375259eea8e6ccaadfd7f228d4ec1b58c9da8dca3c100683fae9caf048b166382c346bdee6048b4b5067b8fa80815ae728
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.640
|
data/lib/v20190408/client.rb
CHANGED
|
@@ -269,7 +269,7 @@ module TencentCloud
|
|
|
269
269
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
270
270
|
end
|
|
271
271
|
|
|
272
|
-
#
|
|
272
|
+
# 基于腾讯大模型能力,用户可以通过传入不同的参数控制生成内容的类型,并通过自然语言给模型以内容生成的指令,可以满足多种场景的文本生成需求,包括但不限于文章写作、营销文案、视频脚本、电商文案、纪要整理等(**注意:当前接口为内测体验专用接口,仅有获取白名单权限的客户可以测试调用,如需测试请联系商务非正式服务接口,内测期结束接口会下线或停服,届时请接入正式服务接口**)
|
|
273
273
|
|
|
274
274
|
# @param request: Request instance for TestingTextGeneration.
|
|
275
275
|
# @type request: :class:`Tencentcloud::nlp::V20190408::TestingTextGenerationRequest`
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-nlp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.640
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-08-
|
|
11
|
+
date: 2023-08-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|