mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-09-26 20:31:14 +08:00
Fix typo in organization_id attribute in Claude class
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user