diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-03-27 09:34:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-27 09:34:49 +0100 |
commit | 801584d4e1f0aee658108d5e55d893e074cd71c3 (patch) | |
tree | 9ca2ac92393ed1e9163bc8ba4ead5f37d2d38b39 /g4f/Provider | |
parent | Merge pull request #1759 from hlohaus/goo (diff) | |
parent | fix: gpt-4-turbo (diff) | |
download | gpt4free-801584d4e1f0aee658108d5e55d893e074cd71c3.tar gpt4free-801584d4e1f0aee658108d5e55d893e074cd71c3.tar.gz gpt4free-801584d4e1f0aee658108d5e55d893e074cd71c3.tar.bz2 gpt4free-801584d4e1f0aee658108d5e55d893e074cd71c3.tar.lz gpt4free-801584d4e1f0aee658108d5e55d893e074cd71c3.tar.xz gpt4free-801584d4e1f0aee658108d5e55d893e074cd71c3.tar.zst gpt4free-801584d4e1f0aee658108d5e55d893e074cd71c3.zip |
Diffstat (limited to 'g4f/Provider')
-rw-r--r-- | g4f/Provider/Liaobots.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g4f/Provider/Liaobots.py b/g4f/Provider/Liaobots.py index b80e46ac..a16b3cb3 100644 --- a/g4f/Provider/Liaobots.py +++ b/g4f/Provider/Liaobots.py @@ -17,14 +17,14 @@ models = { "tokenLimit": 14000, "context": "16K", }, - "gpt-4-turbo-preview": { + "gpt-4-turbo": { "id": "gpt-4-turbo-preview", "name": "GPT-4-Turbo", "maxLength": 260000, "tokenLimit": 126000, "context": "128K", }, - "gpt-4-plus": { + "gpt-4": { "id": "gpt-4-plus", "name": "GPT-4-Plus", "maxLength": 130000, |