diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2023-12-14 18:50:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-14 18:50:35 +0100 |
commit | 7f0bdf8466e00f1c5c7ba7fa775221ebe7b8cf73 (patch) | |
tree | 5482120f37a21d81343592686f3b5ee392c33d28 | |
parent | Remove VoiGpt (diff) | |
download | gpt4free-7f0bdf8466e00f1c5c7ba7fa775221ebe7b8cf73.tar gpt4free-7f0bdf8466e00f1c5c7ba7fa775221ebe7b8cf73.tar.gz gpt4free-7f0bdf8466e00f1c5c7ba7fa775221ebe7b8cf73.tar.bz2 gpt4free-7f0bdf8466e00f1c5c7ba7fa775221ebe7b8cf73.tar.lz gpt4free-7f0bdf8466e00f1c5c7ba7fa775221ebe7b8cf73.tar.xz gpt4free-7f0bdf8466e00f1c5c7ba7fa775221ebe7b8cf73.tar.zst gpt4free-7f0bdf8466e00f1c5c7ba7fa775221ebe7b8cf73.zip |
-rw-r--r-- | g4f/models.py | 6 |
1 files changed, 1 insertions, 5 deletions
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, ]) ) |