|
|
@@ -23,14 +23,16 @@ MOONSHOT = "moonshot"
|
|
|
CLAUDE3 = "claude-3-opus-20240229"
|
|
|
GPT35 = "gpt-3.5-turbo"
|
|
|
GPT4 = "gpt-4"
|
|
|
-GPT4_TURBO_PREVIEW = "gpt-4-0125-preview"
|
|
|
+GPT4_TURBO_PREVIEW = "gpt-4-turbo-2024-04-09"
|
|
|
+GPT4_TURBO_04_09 = "gpt-4-turbo-2024-04-09"
|
|
|
+GPT4_TURBO_01_25 = "gpt-4-0125-preview"
|
|
|
GPT4_VISION_PREVIEW = "gpt-4-vision-preview"
|
|
|
WHISPER_1 = "whisper-1"
|
|
|
TTS_1 = "tts-1"
|
|
|
TTS_1_HD = "tts-1-hd"
|
|
|
|
|
|
-MODEL_LIST = ["gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-4", "wenxin", "wenxin-4", "xunfei", "claude","claude-3-opus-20240229", "gpt-4-turbo",
|
|
|
- "gpt-4-turbo-preview", "gpt-4-1106-preview", GPT4_TURBO_PREVIEW, QWEN, GEMINI, ZHIPU_AI, MOONSHOT,
|
|
|
+MODEL_LIST = ["gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-4", "wenxin", "wenxin-4", "xunfei", "claude", "claude-3-opus-20240229", "gpt-4-turbo",
|
|
|
+ "gpt-4-turbo-preview", "gpt-4-1106-preview", GPT4_TURBO_PREVIEW, GPT4_TURBO_01_25, QWEN, GEMINI, ZHIPU_AI, MOONSHOT,
|
|
|
QWEN_TURBO, QWEN_PLUS, QWEN_MAX]
|
|
|
|
|
|
# channel
|