Spaces:
Paused
Paused
Update api/chatgpt/api.go
Browse files- api/chatgpt/api.go +1 -0
api/chatgpt/api.go
CHANGED
@@ -125,6 +125,7 @@ func handleConversationResponse(c *gin.Context, resp *http.Response, request Cre
|
|
125 |
isMaxTokens := false
|
126 |
continueParentMessageID := ""
|
127 |
continueConversationID := ""
|
|
|
128 |
|
129 |
defer resp.Body.Close()
|
130 |
reader := bufio.NewReader(resp.Body)
|
|
|
125 |
isMaxTokens := false
|
126 |
continueParentMessageID := ""
|
127 |
continueConversationID := ""
|
128 |
+
request.AutoContinue = true
|
129 |
|
130 |
defer resp.Body.Close()
|
131 |
reader := bufio.NewReader(resp.Body)
|