feat: linebot

change async
This commit is contained in:
2026-03-16 02:33:51 +08:00
parent f9aa2b7774
commit c10fbc2360

View File

@@ -52,7 +52,7 @@ Base = declarative_base()
# note = Column(String, nullable=True)
# created_at = Column(DateTime, default=datetime.now)
def solve_captcha(img_b64: str) -> str:
async def solve_captcha(img_b64: str) -> str:
# client = anthropic.Anthropic(api_key=ANTHROPIC_API_KEY)
# 改用groq