diff --git a/g4f/models.py b/g4f/models.py index 188cbf5c..26cd0fb0 100644 --- a/g4f/models.py +++ b/g4f/models.py @@ -28,7 +28,6 @@ from .Provider import ( You, H2o, Pi, - VoiGpt, ) @dataclass(unsafe_hash=True) @@ -49,8 +48,7 @@ default = Model( ChatgptAi, GptGo, GeekGpt, You, Chatgpt4Online, - ChatAnywhere, - VoiGpt + ChatAnywhere ]) ) @@ -67,7 +65,6 @@ gpt_35_long = Model( ChatgptDemoAi, OnlineGpt, ChatgptNext, - VoiGpt ]) ) @@ -80,7 +77,6 @@ gpt_35_turbo = Model( GptForLove, ChatBase, Chatgpt4Online, ChatAnywhere, - VoiGpt, ]) )