From c9ee44edcef2c75b9fc87497354f6ddc7357d256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BA=E6=B5=B7=E5=9B=BD?= <404580946@qq.com> Date: Mon, 13 Apr 2026 17:50:03 +0800 Subject: [PATCH] =?UTF-8?q?feature:=20=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84print=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app.py b/app.py index 61a2fed..73fc001 100644 --- a/app.py +++ b/app.py @@ -52,10 +52,6 @@ def encode_image_to_base64(image: Image.Image) -> str: async def call_openrouter_api(image_base64: str, user_message: str) -> str: """调用 OpenRouter API""" - print() - print(f"调用 OpenRouter API: {MODEL_NAME}") - print(f"用户消息: {user_message} {OPENROUTER_API_KEY}") - headers = { "Authorization": f"Bearer {OPENROUTER_API_KEY}", "Content-Type": "application/json",