From 0082ff55afd7e8457d55a8c6d65809d3674551e3 Mon Sep 17 00:00:00 2001 From: taylor <=> Date: Mon, 14 Oct 2024 14:26:13 +0800 Subject: [PATCH] =?UTF-8?q?add:=20openai=E5=A2=9E=E5=8A=A0=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E6=89=80=E6=9C=89=E6=A8=A1=E5=9E=8B=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maubot_llmplus/thrid_platform.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maubot_llmplus/thrid_platform.py b/maubot_llmplus/thrid_platform.py index f3c5999..14bc540 100644 --- a/maubot_llmplus/thrid_platform.py +++ b/maubot_llmplus/thrid_platform.py @@ -1,5 +1,7 @@ import json +from typing import List + from aiohttp import ClientSession from mautrix.types import MessageEvent from mautrix.util.config import BaseProxyConfig