diff --git a/maubot_llmplus/platforms.py b/maubot_llmplus/platforms.py index 09d3217..922b3c1 100644 --- a/maubot_llmplus/platforms.py +++ b/maubot_llmplus/platforms.py @@ -37,7 +37,7 @@ class Platform: system_prompt: str max_context_messages: int - def __init__(self, config: Config, http: ClientSession) -> None: + def __init__(self, config: BaseProxyConfig, http: ClientSession) -> None: self.http = http self.config = config['platforms'][self.get_type()] self.url = self.config['url']