Procházet zdrojové kódy

Merge branch 'feature/xiaoice' into debug

* feature/xiaoice:
  换key
boweniac před 3 měsíci
rodič
revize
d321e07b02
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      internal/logic/xiaoice/gptbots_chat_logic.go

+ 1 - 1
internal/logic/xiaoice/gptbots_chat_logic.go

@@ -34,7 +34,7 @@ func NewGptbotsChatLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Gptbo
 func (l *GptbotsChatLogic) GptbotsChat(req *types.ChatReq) (resp *types.BaseDataInfo, err error) {
 	apikeyMap := map[string]string{
 		"VHPF0W063": "app-hQL7oVq57McK5VBHlsMfhtUD",
-		"VHPTL3UAP": "app-JbKgUsjs6fs13JDcTcE8d9f1",
+		"VHPTL3UAP": "app-2T9KkC9CTwxjzRKQSSM1REmJ",
 	}
 	apikey := apikeyMap[*req.AvatarId]
 	if apikey == "" {