From 7f0bdf8466e00f1c5c7ba7fa775221ebe7b8cf73 Mon Sep 17 00:00:00 2001 From: H Lohaus Date: Thu, 14 Dec 2023 18:50:35 +0100 Subject: Remove VoiGpt --- g4f/models.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'g4f/models.py') 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, ]) ) -- cgit v1.2.3