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

XFEstudio/gpt4free

Remove unused login URL from Azure class

82114693
hlohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +0 -1
Modified g4f/Provider/needs_auth/Azure.py +0 -1
@@ -17,7 +17,6 @@ class Azure(OpenaiTemplate):
17 17 base_url = "https://g4f.space/api/azure"
18 18 working = True
19 19 active_by_default = False
20 login_url = "https://discord.gg/qXA4Wf4Fsm"
21 20 quota_url = "https://g4f.space/api/azure/chat/completions"
22 21 routes: dict[str, str] = {}
23 22 audio_models = ["gpt-4o-mini-audio-preview"]