mirror of
https://github.com/aljazceru/chatgpt-telegram-bot.git
synced 2026-01-04 21:45:33 +01:00
add gpt-4-0125-preview and gpt-4-turbo-preview
This commit is contained in:
committed by
GitHub
parent
4162f8e380
commit
75426f9f5f
@@ -26,7 +26,7 @@ GPT_3_16K_MODELS = ("gpt-3.5-turbo-16k", "gpt-3.5-turbo-16k-0613", "gpt-3.5-turb
|
||||
GPT_4_MODELS = ("gpt-4", "gpt-4-0314", "gpt-4-0613")
|
||||
GPT_4_32K_MODELS = ("gpt-4-32k", "gpt-4-32k-0314", "gpt-4-32k-0613")
|
||||
GPT_4_VISION_MODELS = ("gpt-4-vision-preview",)
|
||||
GPT_4_128K_MODELS = ("gpt-4-1106-preview",)
|
||||
GPT_4_128K_MODELS = ("gpt-4-1106-preview","gpt-4-0125-preview","gpt-4-turbo-preview")
|
||||
GPT_ALL_MODELS = GPT_3_MODELS + GPT_3_16K_MODELS + GPT_4_MODELS + GPT_4_32K_MODELS + GPT_4_VISION_MODELS + GPT_4_128K_MODELS
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user