-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
84 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 百度千帆speed和lite模型申请流程 | ||
|
||
到千帆平台上开通免费的模型[https://console.bce.baidu.com/qianfan/ais/console/onlineService](https://console.bce.baidu.com/qianfan/ais/console/onlineService)。注意开通需要实名认证!!! | ||
|
||
![image-20240530235614503](/Users/admin/Library/Application Support/typora-user-images/image-20240530235614503.png) | ||
|
||
到应用接入中创建应用,这里就有了`AppID`、`API Key`、`Secret Key` | ||
|
||
![image-20240530235715433](/Users/admin/Library/Application Support/typora-user-images/image-20240530235715433.png) | ||
|
||
也可以到体验中心体验[https://console.bce.baidu.com/qianfan/ais/console/onlineTest](https://console.bce.baidu.com/qianfan/ais/console/onlineTest) | ||
|
||
![image-20240531000547449](/Users/admin/Library/Application Support/typora-user-images/image-20240531000547449.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 腾讯混元hunyuan-lite模型申请流程 | ||
|
||
腾讯混元大模型接入地址[https://console.cloud.tencent.com/hunyuan/start](https://console.cloud.tencent.com/hunyuan/start) | ||
|
||
![image-20240531000131857](/Users/admin/Library/Application Support/typora-user-images/image-20240531000131857.png) | ||
|
||
|
||
|
||
点击创建密钥,到新页面,新建密钥 | ||
|
||
![image-20240531000213111](/Users/admin/Library/Application Support/typora-user-images/image-20240531000213111.png) | ||
|
||
也可以到调试界面进行调试使用 | ||
|
||
![image-20240531000310097](/Users/admin/Library/Application Support/typora-user-images/image-20240531000310097.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 讯飞星火spark-lite模型申请流程 | ||
|
||
spark-lite介绍页面[https://xinghuo.xfyun.cn/sparkapi?scr=true](https://xinghuo.xfyun.cn/sparkapi?scr=true) | ||
|
||
![image-20240530235125913](/Users/admin/Library/Application Support/typora-user-images/image-20240530235125913.png) | ||
|
||
到控制台[https://console.xfyun.cn/services/cbm](https://console.xfyun.cn/services/cbm)查看appid、apikey、apisecret信息 | ||
|
||
![image-20240530235235481](/Users/admin/Library/Application Support/typora-user-images/image-20240530235235481.png) | ||
|
||
也可以到调试中心调试使用 | ||
|
||
![image-20240531000409511](/Users/admin/Library/Application Support/typora-user-images/image-20240531000409511.png) |