diff options
author | Hansi P. <hansipie@users.noreply.github.com> | 2024-10-15 10:07:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-15 10:07:04 +0200 |
commit | 30d207b1da3e809014529e2efe23cf0205df5529 (patch) | |
tree | a8f37b434cb2bd648a43fea08629220cfdf26166 /g4f/Provider/Liaobots.py | |
parent | get ollama address from env (diff) | |
parent | Merge pull request #2262 from kqlio67/main (diff) | |
download | gpt4free-30d207b1da3e809014529e2efe23cf0205df5529.tar gpt4free-30d207b1da3e809014529e2efe23cf0205df5529.tar.gz gpt4free-30d207b1da3e809014529e2efe23cf0205df5529.tar.bz2 gpt4free-30d207b1da3e809014529e2efe23cf0205df5529.tar.lz gpt4free-30d207b1da3e809014529e2efe23cf0205df5529.tar.xz gpt4free-30d207b1da3e809014529e2efe23cf0205df5529.tar.zst gpt4free-30d207b1da3e809014529e2efe23cf0205df5529.zip |
Diffstat (limited to 'g4f/Provider/Liaobots.py')
-rw-r--r-- | g4f/Provider/Liaobots.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/g4f/Provider/Liaobots.py b/g4f/Provider/Liaobots.py index b292020e..00c54600 100644 --- a/g4f/Provider/Liaobots.py +++ b/g4f/Provider/Liaobots.py @@ -9,6 +9,15 @@ from .helper import get_connector from ..requests import raise_for_status models = { + "gpt-3.5-turbo": { + "id": "gpt-3.5-turbo", + "name": "GPT-3.5-Turbo", + "model": "ChatGPT", + "provider": "OpenAI", + "maxLength": 48000, + "tokenLimit": 14000, + "context": "16K", + }, "gpt-4o-mini-free": { "id": "gpt-4o-mini-free", "name": "GPT-4o-Mini-Free", |