Skip to content

Commit baa78b8

Browse files
committed
Merge branch 'master' of github.com:ChatFAQ/ChatFAQ
2 parents c942ff1 + 310f9da commit baa78b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dogefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ workers:
118118
repository: back-chatrag
119119
tag: "develop"
120120
envs: [ django, ray_worker ]
121-
instance_size: L
121+
instance_size: XXL
122122
command: /.venv/bin/ray start --address=back:6375 --resources='{"tasks":100,"ai_components":100}' --block
123123

124124
jobs:

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)