mirror of
https://github.com/father-bot/chatgpt_telegram_bot.git
synced 2026-08-03 13:27:16 +03:00
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.
This commit is contained in:
+1
-27
@@ -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:
|
info:
|
||||||
gpt-3.5-turbo:
|
|
||||||
type: chat_completion
|
|
||||||
name: ChatGPT
|
|
||||||
description: ChatGPT is that well-known model. It's <b>fast</b> and <b>cheap</b>. Ideal for everyday tasks. If there are some tasks it can't handle, try the <b>GPT-4</b>.
|
|
||||||
|
|
||||||
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 <b>smartest</b> and most advanced model in the world. But it is slower and not as cost-efficient as ChatGPT. Best choice for <b>complex</b> 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:
|
gpt-4o:
|
||||||
type: chat_completion
|
type: chat_completion
|
||||||
vision: true
|
vision: true
|
||||||
|
|||||||
Reference in New Issue
Block a user