mirror of
https://github.com/xtekky/gpt4free.git
synced 2026-04-27 07:30:49 -07:00
Remove unused login URL from Azure class
This commit is contained in:
parent
d496433e8d
commit
82114693b4
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ class Azure(OpenaiTemplate):
|
|||
base_url = "https://g4f.space/api/azure"
|
||||
working = True
|
||||
active_by_default = False
|
||||
login_url = "https://discord.gg/qXA4Wf4Fsm"
|
||||
quota_url = "https://g4f.space/api/azure/chat/completions"
|
||||
routes: dict[str, str] = {}
|
||||
audio_models = ["gpt-4o-mini-audio-preview"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue