Fix typo in organization_id attribute in Claude class

This commit is contained in:
hlohaus
2025-09-13 21:49:57 +02:00
parent f13a4fc715
commit f46c179359

View File

@@ -13,7 +13,7 @@ class Claude(OpenaiTemplate):
working = True
active_by_default = True
login_url = "https://discord.gg/qXA4Wf4Fsm"
orginization_id = None
organization_id = None
@classmethod
async def create_async_generator(