We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c4fac commit 310f9daCopy full SHA for 310f9da
widget/pages/index.vue
@@ -12,6 +12,6 @@ const chatfaqWS = ref(conf.public.chatfaqWS)
12
const chatfaqAPI = ref(conf.public.chatfaqAPI)
13
const title = ref("Hello there 👋")
14
const subtitle = ref("How can we help you?")
15
-const fsmDef = ref("llm_fsm")
+const fsmDef = ref("cff_fsm")
16
17
</script>
0 commit comments