Remove VoiGpt

pull/1350/head
H Lohaus 10 months ago committed by GitHub
parent d7b5ba2cbf
commit 7f0bdf8466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,6 @@ from .Provider import (
You, You,
H2o, H2o,
Pi, Pi,
VoiGpt,
) )
@dataclass(unsafe_hash=True) @dataclass(unsafe_hash=True)
@ -49,8 +48,7 @@ default = Model(
ChatgptAi, GptGo, GeekGpt, ChatgptAi, GptGo, GeekGpt,
You, You,
Chatgpt4Online, Chatgpt4Online,
ChatAnywhere, ChatAnywhere
VoiGpt
]) ])
) )
@ -67,7 +65,6 @@ gpt_35_long = Model(
ChatgptDemoAi, ChatgptDemoAi,
OnlineGpt, OnlineGpt,
ChatgptNext, ChatgptNext,
VoiGpt
]) ])
) )
@ -80,7 +77,6 @@ gpt_35_turbo = Model(
GptForLove, ChatBase, GptForLove, ChatBase,
Chatgpt4Online, Chatgpt4Online,
ChatAnywhere, ChatAnywhere,
VoiGpt,
]) ])
) )

Loading…
Cancel
Save