diff --git a/app/constant.ts b/app/constant.ts index 38a3f4195..cb49cf9ce 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -353,9 +353,8 @@ const openaiModels = [ ]; export const realtimeModels = [ - "gpt-4o-realtime-preview-2024-10-01", - "gpt-4-turbo-realtime", - "gpt-4-vision-realtime", + "gpt-4o-realtime-preview", + "gpt-4o-mini-realtime-preview", ]; const googleModels = [ @@ -425,7 +424,6 @@ const alibabaModes = [ "qwen-max-0403", "qwen-max-0107", "qwen-max-longcontext", - "qwq-32b-preview", "qwen2.5-72b-instruct", "qwen2.5-32b-instruct", "qwen2.5-14b-instruct", diff --git a/app/store/config.ts b/app/store/config.ts index 08a3cbf62..9ba53f6a8 100644 --- a/app/store/config.ts +++ b/app/store/config.ts @@ -13,6 +13,7 @@ import { DEFAULT_TTS_VOICES, StoreKey, ServiceProvider, + realtimeModels, } from "../constant"; import { createPersistStore } from "../utils/store"; import type { Voice } from "rt-client";