Update app.py
Browse files
app.py
CHANGED
@@ -411,7 +411,6 @@ def handsome_chat_completions():
|
|
411 |
|
412 |
if "finish_reason" in choice:
|
413 |
finish_reason = choice["finish_reason"]
|
414 |
-
logging.info(f"Finish reason: {finish_reason}")
|
415 |
except json.JSONDecodeError as e:
|
416 |
logging.error(f"JSON 解析失败: {e}, 行内容: {line}")
|
417 |
except KeyError as e:
|
|
|
411 |
|
412 |
if "finish_reason" in choice:
|
413 |
finish_reason = choice["finish_reason"]
|
|
|
414 |
except json.JSONDecodeError as e:
|
415 |
logging.error(f"JSON 解析失败: {e}, 行内容: {line}")
|
416 |
except KeyError as e:
|