This commit is contained in:
Paul Gauthier 2023-08-08 07:38:37 -03:00
parent 6c4017ecfe
commit 9cb1a9b186

View file

@ -653,7 +653,6 @@ class Coder:
live.start() live.start()
for chunk in completion: for chunk in completion:
text = ''
if len(chunk.choices) == 0: if len(chunk.choices) == 0:
continue continue