Patch Extra Lines

This commit is contained in:
mrT23
2023-10-05 08:38:43 +03:00
parent 428e6382bd
commit 44239f1a79
4 changed files with 20 additions and 7 deletions

View File

@ -68,7 +68,7 @@ class PRAddDocs:
self.token_handler,
model,
add_line_numbers_to_hunks=True,
disable_extra_lines=True)
disable_extra_lines=False)
logging.info('Getting AI prediction...')
self.prediction = await self._get_prediction(model)