We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c942ff1 + 310f9da commit baa78b8Copy full SHA for baa78b8
Dogefile
@@ -118,7 +118,7 @@ workers:
118
repository: back-chatrag
119
tag: "develop"
120
envs: [ django, ray_worker ]
121
- instance_size: L
+ instance_size: XXL
122
command: /.venv/bin/ray start --address=back:6375 --resources='{"tasks":100,"ai_components":100}' --block
123
124
jobs:
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