From b0ca129e75984e82fa303cad2600956d98b07fd5 Mon Sep 17 00:00:00 2001 From: Father Bot Date: Wed, 20 May 2026 12:09:55 +0300 Subject: [PATCH] Remove legacy gpt-3.5-turbo and gpt-4 models Drop the remaining old models from the menu and config. The lineup is now gpt-4o-mini (default), gpt-5.5, gpt-4o and the Claude models. --- config/models.yml | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/config/models.yml b/config/models.yml index 207ce58..af3bed4 100644 --- a/config/models.yml +++ b/config/models.yml @@ -1,32 +1,6 @@ -available_text_models: ["gpt-4o-mini", "openai/gpt-5.5", "gpt-4o", "anthropic/claude-opus-4.8", "anthropic/claude-sonnet-latest", "anthropic/claude-haiku-latest", "gpt-3.5-turbo", "gpt-4"] +available_text_models: ["gpt-4o-mini", "openai/gpt-5.5", "gpt-4o", "anthropic/claude-opus-4.8", "anthropic/claude-sonnet-latest", "anthropic/claude-haiku-latest"] info: - gpt-3.5-turbo: - type: chat_completion - name: ChatGPT - description: ChatGPT is that well-known model. It's fast and cheap. Ideal for everyday tasks. If there are some tasks it can't handle, try the GPT-4. - - price_per_1000_input_tokens: 0.0015 - price_per_1000_output_tokens: 0.002 - - scores: - Smart: 3 - Fast: 5 - Cheap: 5 - - gpt-4: - type: chat_completion - name: GPT-4 - description: GPT-4 is the smartest and most advanced model in the world. But it is slower and not as cost-efficient as ChatGPT. Best choice for complex intellectual tasks. - - price_per_1000_input_tokens: 0.03 - price_per_1000_output_tokens: 0.06 - - scores: - Smart: 5 - Fast: 2 - Cheap: 2 - gpt-4o: type: chat_completion vision: true