tencentcloud-sdk-python-ccc 3.0.1253__tar.gz → 3.0.1256__tar.gz

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.
Files changed (16) hide show
  1. {tencentcloud-sdk-python-ccc-3.0.1253 → tencentcloud-sdk-python-ccc-3.0.1256}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-ccc-3.0.1253 → tencentcloud-sdk-python-ccc-3.0.1256}/setup.py +1 -1
  3. {tencentcloud-sdk-python-ccc-3.0.1253 → tencentcloud-sdk-python-ccc-3.0.1256}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-ccc-3.0.1253 → tencentcloud-sdk-python-ccc-3.0.1256}/tencentcloud/ccc/v20200210/models.py +5 -1
  5. {tencentcloud-sdk-python-ccc-3.0.1253 → tencentcloud-sdk-python-ccc-3.0.1256}/tencentcloud_sdk_python_ccc.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-ccc-3.0.1256/tencentcloud_sdk_python_ccc.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-ccc-3.0.1253/tencentcloud_sdk_python_ccc.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-ccc-3.0.1253 → tencentcloud-sdk-python-ccc-3.0.1256}/README.rst +0 -0
  9. {tencentcloud-sdk-python-ccc-3.0.1253 → tencentcloud-sdk-python-ccc-3.0.1256}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-ccc-3.0.1253 → tencentcloud-sdk-python-ccc-3.0.1256}/tencentcloud/ccc/__init__.py +0 -0
  11. {tencentcloud-sdk-python-ccc-3.0.1253 → tencentcloud-sdk-python-ccc-3.0.1256}/tencentcloud/ccc/v20200210/__init__.py +0 -0
  12. {tencentcloud-sdk-python-ccc-3.0.1253 → tencentcloud-sdk-python-ccc-3.0.1256}/tencentcloud/ccc/v20200210/ccc_client.py +0 -0
  13. {tencentcloud-sdk-python-ccc-3.0.1253 → tencentcloud-sdk-python-ccc-3.0.1256}/tencentcloud/ccc/v20200210/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-ccc-3.0.1253 → tencentcloud-sdk-python-ccc-3.0.1256}/tencentcloud_sdk_python_ccc.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-ccc-3.0.1253 → tencentcloud-sdk-python-ccc-3.0.1256}/tencentcloud_sdk_python_ccc.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-ccc-3.0.1253 → tencentcloud-sdk-python-ccc-3.0.1256}/tencentcloud_sdk_python_ccc.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-ccc
3
- Version: 3.0.1253
3
+ Version: 3.0.1256
4
4
  Summary: Tencent Cloud Ccc SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-ccc',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1253"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1256"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Ccc SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1253'
17
+ __version__ = '3.0.1256'
@@ -1509,12 +1509,16 @@ class CreateAICallRequest(AbstractModel):
1509
1509
  :param _SystemPrompt: 用于设定AI座席人设、说话规则、任务等的全局提示词。
1510
1510
  :type SystemPrompt: str
1511
1511
  :param _LLMType: LLM类型
1512
+ 目前有两种
1513
+ openai(兼容openai协议的模型)
1514
+ azure
1512
1515
  :type LLMType: str
1513
1516
  :param _Model: 模型(当前仅支持openai协议的模型)
1514
1517
  :type Model: str
1515
1518
  :param _APIKey: API密钥
1516
1519
  :type APIKey: str
1517
- :param _APIUrl: API URL,仅支持兼容openai协议的模型,填写url时后缀不要带/chat/completions
1520
+ :param _APIUrl: API URL,仅支持兼容openai协议的模型,填写url时后缀不要带/chat/completions
1521
+ llmType为azure时,URL填写格式需为:https://{your-resource-name}.openai.azure.com?api-version={api-version},填写url时后缀不要带/openai/deployments/{deployment-id}/chat/completions,系统会自动帮你填充后缀
1518
1522
  :type APIUrl: str
1519
1523
  :param _VoiceType: 音色,目前仅支持以下音色:
1520
1524
  汉语:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-ccc
3
- Version: 3.0.1253
3
+ Version: 3.0.1256
4
4
  Summary: Tencent Cloud Ccc SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1256
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1253