boweniac 2 kuukautta sitten
vanhempi
commit
3d5c728fbc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 == "" {