This commit is contained in:
mrT23
2024-05-12 14:00:30 +03:00
parent a588e9f2bb
commit 39c0733d6f

View File

@ -161,7 +161,7 @@ class PRCodeSuggestions:
get_logger().error(f"Error getting PR diff") get_logger().error(f"Error getting PR diff")
self.prediction = None self.prediction = None
data = self._prepare_pr_code_suggestions(self.prediction) data = self.prediction
return data return data
async def _get_prediction(self, model: str, patches_diff: str) -> dict: async def _get_prediction(self, model: str, patches_diff: str) -> dict: