mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-23 19:11:48 +03:00
feat(g4f/Provider/Liaobots.py): add support for GPT-3.5-Turbo model
This commit is contained in:
parent
6cd599b1c6
commit
11d3076fd7
@ -9,6 +9,15 @@ from .helper import get_connector
|
|||||||
from ..requests import raise_for_status
|
from ..requests import raise_for_status
|
||||||
|
|
||||||
models = {
|
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": {
|
"gpt-4o-mini-free": {
|
||||||
"id": "gpt-4o-mini-free",
|
"id": "gpt-4o-mini-free",
|
||||||
"name": "GPT-4o-Mini-Free",
|
"name": "GPT-4o-Mini-Free",
|
||||||
|
Loading…
Reference in New Issue
Block a user