Skip to content

Commit f46c179

Browse files
committed
Fix typo in organization_id attribute in Claude class
1 parent f13a4fc commit f46c179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

g4f/Provider/needs_auth/Claude.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Claude(OpenaiTemplate):
1313
working = True
1414
active_by_default = True
1515
login_url = "https://discord.gg/qXA4Wf4Fsm"
16-
orginization_id = None
16+
organization_id = None
1717

1818
@classmethod
1919
async def create_async_generator(

0 commit comments

Comments
 (0)