tencentcloud-sdk-nlp 3.0.658 → 3.0.659

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 77b12a73691768ca49438cc016b21eb6500c06f7
4
- data.tar.gz: d84613da718872627785f5ca09b43114409447ea
3
+ metadata.gz: 69f069fef4f67daeea642c63a466d65bb263da5c
4
+ data.tar.gz: d6790b83a67815f65f668885eef6483a8f71defd
5
5
  SHA512:
6
- metadata.gz: 1b4525040729f43e4da3a224ca622c86546f16b0bffd45935565cb7d79d016e014f60379e04378576e1c46da348baac4d9c5910b24d49c2498e386e689192c42
7
- data.tar.gz: a56f2d6cf206bf139292afeb0af0e05cb6f4bc9e8a5be034ef4425e198b51320163e77aca85eebb7ee06a3206e1b1e6773744a1a84c16cf768f8511a0b9e47d2
6
+ metadata.gz: 53349cae7b0d572f0ffc7b25aa1835158be1afa0922ce3e8994fb0ac670dd0163b10f0d2c98a72d7e2c3e2854913b3ef5ab7361c8f03be9d6249c025db4476ee
7
+ data.tar.gz: 0badc51acc838cc6c58b8b6213442458b0ec2b486dd1e8711a22926ba4a2998790e5e4ca617e40f0af3aff690e5a1699b4cf63674336d1178044e415f2ba5484
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.658
1
+ 3.0.659
@@ -269,6 +269,8 @@ module TencentCloud
269
269
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
270
270
  end
271
271
 
272
+ # 文案创作(内测版)为内测体验专用接口,现内测期结束,统一改为使用正式服务接口(混元大模型),故内测接口做下线处理。
273
+
272
274
  # 基于腾讯大模型能力,用户可以通过传入不同的参数控制生成内容的类型,并通过自然语言给模型以内容生成的指令,可以满足多种场景的文本生成需求,包括但不限于文章写作、营销文案、视频脚本、电商文案、纪要整理等(**注意:当前接口为内测体验专用接口,仅有获取白名单权限的客户可以测试调用,如需测试请联系商务非正式服务接口,内测期结束接口会下线或停服,届时请接入正式服务接口**)
273
275
 
274
276
  # @param request: Request instance for TestingTextGeneration.
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.658
4
+ version: 3.0.659
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-09-13 00:00:00.000000000 Z
11
+ date: 2023-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common