forked from GithubProxy/ChatGPT-Next-Web
refactor(model): 更新实时模型列表
- 移除旧的实时模型名称,添加新的实时模型预览版本 - 增补import依赖realtimeModels
This commit is contained in:
parent
29c7cf1a80
commit
19633f4f58
@ -353,9 +353,8 @@ const openaiModels = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
export const realtimeModels = [
|
export const realtimeModels = [
|
||||||
"gpt-4o-realtime-preview-2024-10-01",
|
"gpt-4o-realtime-preview",
|
||||||
"gpt-4-turbo-realtime",
|
"gpt-4o-mini-realtime-preview",
|
||||||
"gpt-4-vision-realtime",
|
|
||||||
];
|
];
|
||||||
|
|
||||||
const googleModels = [
|
const googleModels = [
|
||||||
@ -425,7 +424,6 @@ const alibabaModes = [
|
|||||||
"qwen-max-0403",
|
"qwen-max-0403",
|
||||||
"qwen-max-0107",
|
"qwen-max-0107",
|
||||||
"qwen-max-longcontext",
|
"qwen-max-longcontext",
|
||||||
"qwq-32b-preview",
|
|
||||||
"qwen2.5-72b-instruct",
|
"qwen2.5-72b-instruct",
|
||||||
"qwen2.5-32b-instruct",
|
"qwen2.5-32b-instruct",
|
||||||
"qwen2.5-14b-instruct",
|
"qwen2.5-14b-instruct",
|
||||||
|
@ -13,6 +13,7 @@ import {
|
|||||||
DEFAULT_TTS_VOICES,
|
DEFAULT_TTS_VOICES,
|
||||||
StoreKey,
|
StoreKey,
|
||||||
ServiceProvider,
|
ServiceProvider,
|
||||||
|
realtimeModels,
|
||||||
} from "../constant";
|
} from "../constant";
|
||||||
import { createPersistStore } from "../utils/store";
|
import { createPersistStore } from "../utils/store";
|
||||||
import type { Voice } from "rt-client";
|
import type { Voice } from "rt-client";
|
||||||
|
Loading…
Reference in New Issue
Block a user