diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2023-12-25 01:38:42 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2023-12-25 01:38:42 +0100 |
commit | a73820ab18bc29367e2cbc4c97c86629371adf7a (patch) | |
tree | 6619763f53707cedef54f206751ccc8a74b7a8d5 /g4f/models.py | |
parent | Update get_latest_version for docker (diff) | |
download | gpt4free-a73820ab18bc29367e2cbc4c97c86629371adf7a.tar gpt4free-a73820ab18bc29367e2cbc4c97c86629371adf7a.tar.gz gpt4free-a73820ab18bc29367e2cbc4c97c86629371adf7a.tar.bz2 gpt4free-a73820ab18bc29367e2cbc4c97c86629371adf7a.tar.lz gpt4free-a73820ab18bc29367e2cbc4c97c86629371adf7a.tar.xz gpt4free-a73820ab18bc29367e2cbc4c97c86629371adf7a.tar.zst gpt4free-a73820ab18bc29367e2cbc4c97c86629371adf7a.zip |
Diffstat (limited to 'g4f/models.py')
-rw-r--r-- | g4f/models.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/g4f/models.py b/g4f/models.py index b1e85a5b..9a4539c5 100644 --- a/g4f/models.py +++ b/g4f/models.py @@ -8,6 +8,7 @@ from .Provider import ( ChatAnywhere, ChatgptNext, HuggingChat, + ChatgptDemo, GptForLove, ChatgptAi, DeepInfra, @@ -23,6 +24,7 @@ from .Provider import ( Phind, Koala, GptGo, + Gpt6, Bard, Bing, You, @@ -65,6 +67,8 @@ gpt_35_long = Model( ChatgptDemoAi, OnlineGpt, ChatgptNext, + ChatgptDemo, + Gpt6, ]) ) |