mirror of
https://github.com/father-bot/chatgpt_telegram_bot.git
synced 2026-08-03 13:27:16 +03:00
Remove text-davinci-003 from models config
OpenAI shut down the legacy text-davinci-003 completions model in early 2024, so it can no longer be used. Drop it from the available models list and remove its info block.
This commit is contained in:
+1
-14
@@ -1,4 +1,4 @@
|
||||
available_text_models: ["gpt-4o-mini", "gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-4-1106-preview", "gpt-4-vision-preview", "gpt-4", "text-davinci-003", "gpt-4o"]
|
||||
available_text_models: ["gpt-4o-mini", "gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-4-1106-preview", "gpt-4-vision-preview", "gpt-4", "gpt-4o"]
|
||||
|
||||
info:
|
||||
gpt-3.5-turbo:
|
||||
@@ -91,19 +91,6 @@ info:
|
||||
Fast: 5
|
||||
Cheap: 5
|
||||
|
||||
text-davinci-003:
|
||||
type: completion
|
||||
name: GPT-3.5
|
||||
description: GPT-3.5 is a legacy model. Actually there is <b>no reason to use it</b>, because it is more expensive and slower than ChatGPT, but just about as smart.
|
||||
|
||||
price_per_1000_input_tokens: 0.02
|
||||
price_per_1000_output_tokens: 0.02
|
||||
|
||||
scores:
|
||||
Smart: 3
|
||||
Fast: 2
|
||||
Cheap: 3
|
||||
|
||||
dalle-2:
|
||||
type: image
|
||||
price_per_1_image: 0.018 # 512x512
|
||||
|
||||
Reference in New Issue
Block a user