send response even token is END_OF_TEXT
This commit is contained in:
@@ -138,6 +138,7 @@ The following is a coherent verbose detailed conversation between a girl named {
|
||||
)
|
||||
|
||||
if token == END_OF_TEXT:
|
||||
yield response, ""
|
||||
break
|
||||
if token not in occurrence:
|
||||
occurrence[token] = 1
|
||||
|
||||
Reference in New Issue
Block a user