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

XFEstudio/gpt4free

Remove VoiGpt

7f0bdf84
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -5
Modified g4f/models.py +1 -5
@@ -28,7 +28,6 @@ from .Provider import (
28 28 You,
29 29 H2o,
30 30 Pi,
31 VoiGpt,
32 31 )
33 32
34 33 @dataclass(unsafe_hash=True)
@@ -49,8 +48,7 @@ default = Model(
49 48 ChatgptAi, GptGo, GeekGpt,
50 49 You,
51 50 Chatgpt4Online,
52 ChatAnywhere,
53 VoiGpt
51 ChatAnywhere
54 52 ])
55 53 )
56 54
@@ -67,7 +65,6 @@ gpt_35_long = Model(
67 65 ChatgptDemoAi,
68 66 OnlineGpt,
69 67 ChatgptNext,
70 VoiGpt
71 68 ])
72 69 )
73 70
@@ -80,7 +77,6 @@ gpt_35_turbo = Model(
80 77 GptForLove, ChatBase,
81 78 Chatgpt4Online,
82 79 ChatAnywhere,
83 VoiGpt,
84 80 ])
85 81 )
86 82