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

XFEstudio/gpt4free

Add models_needs_auth to Azure

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

代码差异

1 个文件 +1 -0
Modified g4f/Provider/needs_auth/Azure.py +1 -0
@@ -16,6 +16,7 @@ class Azure(OpenaiTemplate):
16 16 api_base = "https://host.g4f.dev/api/Azure"
17 17 working = True
18 18 needs_auth = True
19 models_needs_auth = True
19 20 active_by_default = True
20 21 login_url = "https://discord.gg/qXA4Wf4Fsm"
21 22 routes: dict[str, str] = {}