mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-27 15:44:12 +08:00
rm tx
This commit is contained in:
parent
194e171475
commit
3a2d7ce5d1
@ -151,6 +151,14 @@ Replace `{endpoint}` and `{deployName}` with your endpoint and deployName.
|
||||
|
||||
**model** https://www.xfyun.cn/doc/spark/HTTP%E8%B0%83%E7%94%A8%E6%96%87%E6%A1%A3.html#_3-2-%E8%AF%B7%E6%B1%82%E5%8F%82%E6%95%B0
|
||||
|
||||
### **Tencent Hunyuan Large Model**
|
||||
|
||||
**API Interface Address** `https://api.hunyuan.cloud.tencent.com/v1`
|
||||
|
||||
**API Key** Refer to the [official documentation](https://cloud.tencent.com/document/product/1729/111008)
|
||||
|
||||
**model** https://cloud.tencent.com/document/product/1729/97731
|
||||
|
||||
<!-- tabs:end -->
|
||||
|
||||
### Dedicated Interfaces for Specific Platforms
|
||||
@ -183,12 +191,6 @@ Replace `{endpoint}` and `{deployName}` with your endpoint and deployName.
|
||||
|
||||
**model** https://docs.cohere.com/docs/models
|
||||
|
||||
### **Tencent Hunyuan Large Model**
|
||||
|
||||
**SecretId** & **SecretKey** https://console.cloud.tencent.com/cam/capi
|
||||
|
||||
**model** https://cloud.tencent.com/document/product/1729/97731
|
||||
|
||||
### **Baidu Qianfan Large Model**
|
||||
|
||||
!> This model seems to only support Chinese-English translation and does not support Japanese.
|
||||
|
@ -151,6 +151,14 @@
|
||||
|
||||
**model** https://www.xfyun.cn/doc/spark/HTTP%E8%B0%83%E7%94%A8%E6%96%87%E6%A1%A3.html#_3-2-%E8%AF%B7%E6%B1%82%E5%8F%82%E6%95%B0
|
||||
|
||||
### **Tencent Hunyuan Large Model**
|
||||
|
||||
**Адрес API** `https://api.hunyuan.cloud.tencent.com/v1`
|
||||
|
||||
**API Key** См. [официальную документацию](https://cloud.tencent.com/document/product/1729/111008)
|
||||
|
||||
**model** https://cloud.tencent.com/document/product/1729/97731
|
||||
|
||||
<!-- tabs:end -->
|
||||
|
||||
### Специальные интерфейсы для определенных платформ
|
||||
@ -183,12 +191,6 @@
|
||||
|
||||
**model** https://docs.cohere.com/docs/models
|
||||
|
||||
### **Tencent Hunyuan Large Model**
|
||||
|
||||
**SecretId** & **SecretKey** https://console.cloud.tencent.com/cam/capi
|
||||
|
||||
**model** https://cloud.tencent.com/document/product/1729/97731
|
||||
|
||||
### **Baidu Qianfan Large Model**
|
||||
|
||||
!> Похоже, эта модель поддерживает только перевод с китайского на английский, не поддерживает японский
|
||||
|
@ -155,6 +155,15 @@
|
||||
|
||||
**model** https://www.xfyun.cn/doc/spark/HTTP%E8%B0%83%E7%94%A8%E6%96%87%E6%A1%A3.html#_3-2-%E8%AF%B7%E6%B1%82%E5%8F%82%E6%95%B0
|
||||
|
||||
### **腾讯混元大模型**
|
||||
|
||||
**API接口地址** `https://api.hunyuan.cloud.tencent.com/v1`
|
||||
<!--
|
||||
**SecretId** & **SecretKey** https://console.cloud.tencent.com/cam/capi -->
|
||||
**API Key** 参考[官方文档](https://cloud.tencent.com/document/product/1729/111008)
|
||||
|
||||
**model** https://cloud.tencent.com/document/product/1729/97731
|
||||
|
||||
<!-- tabs:end -->
|
||||
|
||||
### 特定平台的专用接口
|
||||
@ -188,12 +197,6 @@
|
||||
|
||||
**model** https://docs.cohere.com/docs/models
|
||||
|
||||
### **腾讯混元大模型**
|
||||
|
||||
**SecretId** & **SecretKey** https://console.cloud.tencent.com/cam/capi
|
||||
|
||||
**model** https://cloud.tencent.com/document/product/1729/97731
|
||||
|
||||
### **百度千帆大模型**
|
||||
|
||||
!> 这个模型好像只支持中英翻译,不支持日文
|
||||
|
@ -1995,13 +1995,6 @@
|
||||
"color": "blue",
|
||||
"name": "百度千帆大模型",
|
||||
"is_gpt_like": true
|
||||
},
|
||||
"txhunyuan": {
|
||||
"type": "api",
|
||||
"use": false,
|
||||
"color": "blue",
|
||||
"name": "腾讯混元大模型",
|
||||
"is_gpt_like": true
|
||||
}
|
||||
},
|
||||
"ZoomFactor": 1,
|
||||
|
@ -29,7 +29,7 @@ include(generate_product_version)
|
||||
|
||||
set(VERSION_MAJOR 5)
|
||||
set(VERSION_MINOR 53)
|
||||
set(VERSION_PATCH 2)
|
||||
set(VERSION_PATCH 3)
|
||||
|
||||
add_library(pch pch.cpp)
|
||||
target_precompile_headers(pch PUBLIC pch.h)
|
||||
|
Loading…
x
Reference in New Issue
Block a user