返回提交历史
Modified
g4f/Provider/needs_auth/Azure.py
+0
-1
XFEstudio/gpt4free
Remove unused login URL from Azure class
82114693
代码差异
1 个文件
+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"]