remove extra print

This commit is contained in:
Xingyao Wang
2024-05-28 01:07:21 +08:00
parent 4f853e79cf
commit 2a1cc9a089

View File

@@ -35,9 +35,6 @@ MINIMAL_MODE = True
ENABLE_GITHUB = True
SWE_MODE = True # False
print(f'MINIMAL_MODE: {MINIMAL_MODE}')
print(f'SWE_MODE: {SWE_MODE}')
def parse_response(response) -> str:
action = response.choices[0].message.content