diff --git a/playground/src/common/constant.ts b/playground/src/common/constant.ts index f5b77e36..3874bad7 100644 --- a/playground/src/common/constant.ts +++ b/playground/src/common/constant.ts @@ -34,10 +34,10 @@ export const GRAPH_OPTIONS: GraphOptionItem[] = [ label: "Voice Agent with Vision - OpenAI LLM + Azure TTS", value: "camera.va.openai.azure" }, - { - label: "Voice Agent with Knowledge - RAG + Qwen LLM + Cosy TTS", - value: "va.qwen.rag" - }, + //{ + // label: "Voice Agent with Knowledge - RAG + Qwen LLM + Cosy TTS", + // value: "va.qwen.rag" + // }, ] export const isRagGraph = (graphName: string) => { @@ -85,4 +85,4 @@ export type VendorNameMap = { export type LanguageMap = { [language: string]: VendorNameMap; -}; \ No newline at end of file +};