Skip to content

Commit 55aa640

Browse files
Add Kefaas kb into demo-page config
1 parent e2f4aef commit 55aa640

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

demo-page/config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ window.config_default = {
1010
kb_id: 38,
1111
label: "Living Income Benchmark Knowledge Base",
1212
},
13+
{
14+
kb_id: 48,
15+
label: "Kefaas Knowledge Base",
16+
},
1317
],
1418
wsURL: "wss://akvo-rag.akvotest.org/ws/chat",
1519
};
@@ -58,3 +62,9 @@ window.config_living_income_1 = {
5862
kb_id: 28,
5963
wsURL: "wss://akvo-rag.akvotest.org/ws/chat",
6064
};
65+
66+
window.config_kefaas = {
67+
title: "Kefaas Knowledge Base",
68+
kb_id: 48,
69+
wsURL: "wss://akvo-rag.akvotest.org/ws/chat",
70+
};

0 commit comments

Comments
 (0)