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 9de9506 commit 00fe9b7Copy full SHA for 00fe9b7
config.json
@@ -1,5 +1,13 @@
1
{
2
"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
+ },
11
12
"serviceName": "spell_check",
13
"modelBasePath": "src/spell_check/kenlm/local/.",
@@ -78,14 +86,6 @@
78
86
"environment": {},
79
87
"nginx": []
80
88
},
81
- {
82
- "serviceName": "word_score",
83
- "modelBasePath": "src/search/word_score/local/.",
84
- "apiBasePath": "/search/word_score/local",
85
- "containerPort": 8000,
- "environment": {},
- "nginx": []
- },
89
90
"serviceName": "text_translation_bhashini",
91
"modelBasePath": "src/text_translation/bhashini/remote/.",
0 commit comments