Skip to content

Commit c942ff1

Browse files
committed
Switch widget FSM definition from feedbacks to LLM state machine
1 parent 9ce8039 commit c942ff1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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("feedbacks_fsm")
15+
const fsmDef = ref("llm_fsm")
1616
1717
</script>

0 commit comments

Comments
 (0)