fatecyx

Results 11 comments of fatecyx

研究了下改好了,大佬看看能不能加进去吧 modules\translators\trans_chatgpt_exp.py ``` def _parse_response(self, response: str) -> List[Dict]: self.logger.debug(f'Parsing response: \n{response}') match = re.search(r'(.*?)', response, re.DOTALL) if not match: self.logger.error("Error: Cannot find valid XML content") self.logger.debug(f'Full response for debugging:...