Skip to content

Commit

Permalink
Update (g4f/Provider/Liaobots.py)
Browse files Browse the repository at this point in the history
  • Loading branch information
kqlio67 committed Nov 12, 2024
1 parent 867bcb0 commit 24f80c5
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions g4f/Provider/Liaobots.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@
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",
Expand Down Expand Up @@ -179,7 +170,7 @@ class Liaobots(AsyncGeneratorProvider, ProviderModelMixin):
working = True
supports_message_history = True
supports_system_message = True
default_model = "gpt-3.5-turbo"
default_model = "gpt-4o-2024-08-06"
models = list(models.keys())

model_aliases = {
Expand Down

0 comments on commit 24f80c5

Please sign in to comment.