|
@@ -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 == "" {
|