We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f4aef commit 55aa640Copy full SHA for 55aa640
demo-page/config.js
@@ -10,6 +10,10 @@ window.config_default = {
10
kb_id: 38,
11
label: "Living Income Benchmark Knowledge Base",
12
},
13
+ {
14
+ kb_id: 48,
15
+ label: "Kefaas Knowledge Base",
16
+ },
17
],
18
wsURL: "wss://akvo-rag.akvotest.org/ws/chat",
19
};
@@ -58,3 +62,9 @@ window.config_living_income_1 = {
58
62
kb_id: 28,
59
63
60
64
65
+
66
+window.config_kefaas = {
67
+ title: "Kefaas Knowledge Base",
68
69
+ wsURL: "wss://akvo-rag.akvotest.org/ws/chat",
70
+};
0 commit comments