XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

Fix typo in organization_id attribute in Claude class

f46c1793
hlohaus <983577+hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/Provider/needs_auth/Claude.py +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(