This commit is contained in:
parent
0ce5191d31
commit
91194df5d8
|
|
@ -128,6 +128,7 @@ def chat(
|
||||||
result = {"text": str(result)}
|
result = {"text": str(result)}
|
||||||
|
|
||||||
yield result, log_state
|
yield result, log_state
|
||||||
|
break
|
||||||
except Empty:
|
except Empty:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue