改成onebot-11通用接口 #9
@ -17,9 +17,9 @@ public class BaiduGPTManager {
|
|||||||
//4.0
|
//4.0
|
||||||
private static final String url_4_0 = "https://aip.baidubce.com/rpc/2.0/ai_custom/v1/wenxinworkshop/chat/completions_pro";
|
private static final String url_4_0 = "https://aip.baidubce.com/rpc/2.0/ai_custom/v1/wenxinworkshop/chat/completions_pro";
|
||||||
private static String url = url_3_5;
|
private static String url = url_3_5;
|
||||||
private static final String AppID = "36668599";
|
private static final String AppID = "36678599";
|
||||||
private static final String ApiKey = "eyHo6K2ILBm7i378701Az1eT";
|
private static final String ApiKey = "eyHo6K2ILBm7if78701Az1eT";
|
||||||
private static final String SecretKey = "U4vXt8AOTM9FgB0Omft5IOh6vwhzoDgZ";
|
private static final String SecretKey = "U4vXt8AOTk9FgB0Omft5IOh6vwhzoDgZ";
|
||||||
private final Map<String, List<Message>> msgMap;
|
private final Map<String, List<Message>> msgMap;
|
||||||
|
|
||||||
private BaiduGPTManager() {
|
private BaiduGPTManager() {
|
||||||
|
Loading…
Reference in New Issue
Block a user