mirror of
https://github.com/henry4682/linebot_finance.git
synced 2026-05-16 04:41:52 +00:00
feat: linebot
change async
This commit is contained in:
@@ -52,7 +52,7 @@ Base = declarative_base()
|
|||||||
# note = Column(String, nullable=True)
|
# note = Column(String, nullable=True)
|
||||||
# created_at = Column(DateTime, default=datetime.now)
|
# 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)
|
# client = anthropic.Anthropic(api_key=ANTHROPIC_API_KEY)
|
||||||
# 改用groq
|
# 改用groq
|
||||||
|
|||||||
Reference in New Issue
Block a user