jimmyyem 3 달 전
부모
커밋
008c1b699a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      internal/logic/chatrecords/gpts_submit_api_chat_logic.go

+ 1 - 1
internal/logic/chatrecords/gpts_submit_api_chat_logic.go

@@ -170,7 +170,7 @@ func (l *GptsSubmitApiChatLogic) GptsSubmitApiChat(tokenStr string, req *types.G
 			if err != nil {
 				fmt.Printf("json unmarshall error:%v\n", err)
 				fmt.Printf("line:%v\n", line)
-				break
+				continue
 			}
 
 			answer = answer + chatData.Answer