diff options
Diffstat (limited to 'g4f')
-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, |