Skip to content

Commit 310f9da

Browse files
committed
chore: Update FSM definition to cff_fsm
1 parent 30c4fac commit 310f9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widget/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ const chatfaqWS = ref(conf.public.chatfaqWS)
1212
const chatfaqAPI = ref(conf.public.chatfaqAPI)
1313
const title = ref("Hello there 👋")
1414
const subtitle = ref("How can we help you?")
15-
const fsmDef = ref("llm_fsm")
15+
const fsmDef = ref("cff_fsm")
1616
1717
</script>

0 commit comments

Comments
 (0)