diff options
author | Zero6992 <zero69992@gmail.com> | 2024-03-27 08:03:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-27 08:03:09 +0100 |
commit | 2448c32bf9e9f99c9ec4e096f1bf7b3bb854b136 (patch) | |
tree | cffeb64fc53e2f1dac19522110feed00ecf33a75 | |
parent | fix: Liaobots gpt-4 model name (diff) | |
download | gpt4free-2448c32bf9e9f99c9ec4e096f1bf7b3bb854b136.tar gpt4free-2448c32bf9e9f99c9ec4e096f1bf7b3bb854b136.tar.gz gpt4free-2448c32bf9e9f99c9ec4e096f1bf7b3bb854b136.tar.bz2 gpt4free-2448c32bf9e9f99c9ec4e096f1bf7b3bb854b136.tar.lz gpt4free-2448c32bf9e9f99c9ec4e096f1bf7b3bb854b136.tar.xz gpt4free-2448c32bf9e9f99c9ec4e096f1bf7b3bb854b136.tar.zst gpt4free-2448c32bf9e9f99c9ec4e096f1bf7b3bb854b136.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/Liaobots.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/Liaobots.py b/g4f/Provider/Liaobots.py index 91b6d84f..a16b3cb3 100644 --- a/g4f/Provider/Liaobots.py +++ b/g4f/Provider/Liaobots.py @@ -17,7 +17,7 @@ models = { "tokenLimit": 14000, "context": "16K", }, - "gpt-4-turbo-preview": { + "gpt-4-turbo": { "id": "gpt-4-turbo-preview", "name": "GPT-4-Turbo", "maxLength": 260000, |