From 9cb1a9b1863d56e89886df7d5267ad288fb2c274 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 8 Aug 2023 07:38:37 -0300 Subject: [PATCH] cleanup --- aider/coders/base_coder.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/coders/base_coder.py b/aider/coders/base_coder.py index 1a83a479b..6b821ba9e 100755 --- a/aider/coders/base_coder.py +++ b/aider/coders/base_coder.py @@ -653,7 +653,6 @@ class Coder: live.start() for chunk in completion: - text = '' if len(chunk.choices) == 0: continue