返回提交历史
Modified
g4f/Provider/needs_auth/Claude.py
+1
-1
XFEstudio/gpt4free
Fix typo in organization_id attribute in Claude class
f46c1793
代码差异
1 个文件
+1
-1
@@ -13,7 +13,7 @@ class Claude(OpenaiTemplate):
13
13
working = True
14
14
active_by_default = True
15
15
login_url = "https://discord.gg/qXA4Wf4Fsm"
16
orginization_id = None
16
organization_id = None
17
17
18
18
@classmethod
19
19
async def create_async_generator(