Further discard old models

Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
Víctor Mayoral Vilches 2025-06-01 13:25:49 +00:00
parent 6e392555a2
commit b906fff4dd
1 changed files with 0 additions and 26 deletions

View File

@ -102,19 +102,6 @@ class ModelCommand(Command):
},
],
"OpenAI": [
{
"name": "o1",
"description": (
"Excellent for mathematical reasoning and "
"problem-solving"
)
},
{
"name": "o1-mini",
"description": (
"Smaller O1 model with good math capabilities"
)
},
{
"name": "o3-mini",
"description": "Latest mini model in the O-series"
@ -125,18 +112,6 @@ class ModelCommand(Command):
"Latest GPT-4 model with improved capabilities"
)
},
{
"name": "gpt-4o-audio-preview",
"description": "GPT-4o with audio capabilities"
},
{
"name": "gpt-4o-audio-preview-2024-12-17",
"description": "Updated GPT-4o with audio capabilities"
},
{
"name": "gpt-4o-audio-preview-2024-10-01",
"description": "Previous GPT-4o with audio capabilities"
}
],
"DeepSeek": [
{
@ -316,7 +291,6 @@ class ModelCommand(Command):
"Free",
model_description
)
# Add to cached models for numeric selection
self.cached_models.append(model_name)
self.cached_model_numbers[str(i)] = model_name