Skip to content

Commit 00fe9b7

Browse files
Update config.json
1 parent 9de9506 commit 00fe9b7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

config.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"models": [
3+
{
4+
"serviceName": "word_score",
5+
"modelBasePath": "src/search/word_score/local/.",
6+
"apiBasePath": "/search/word_score/local",
7+
"containerPort": 8000,
8+
"environment": {},
9+
"nginx": []
10+
},
311
{
412
"serviceName": "spell_check",
513
"modelBasePath": "src/spell_check/kenlm/local/.",
@@ -78,14 +86,6 @@
7886
"environment": {},
7987
"nginx": []
8088
},
81-
{
82-
"serviceName": "word_score",
83-
"modelBasePath": "src/search/word_score/local/.",
84-
"apiBasePath": "/search/word_score/local",
85-
"containerPort": 8000,
86-
"environment": {},
87-
"nginx": []
88-
},
8989
{
9090
"serviceName": "text_translation_bhashini",
9191
"modelBasePath": "src/text_translation/bhashini/remote/.",

0 commit comments

Comments
 (0)