返回提交历史
Modified
g4f/Provider/needs_auth/Azure.py
+1
-0
XFEstudio/gpt4free
Add models_needs_auth to Azure
8100b38d
代码差异
1 个文件
+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] = {}