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 5f1e4bf commit 3f054a4Copy full SHA for 3f054a4
config.json
@@ -1,13 +1,22 @@
1
{
2
"models": [
3
4
+ "serviceName": "ner",
5
+ "modelBasePath": "src/ner/agri_ner_akai/local/.",
6
+ "apiBasePath": "ner/agri_ner_akai/local/",
7
+ "containerPort": 8000,
8
+ "environment": {},
9
+ "nginx": [],
10
+ "build": true
11
+ },
12
+ {
13
"serviceName": "word_score",
14
"modelBasePath": "src/search/word_score/local/.",
- "apiBasePath": "/search/word_score/local",
15
+ "apiBasePath": "/search/word_score/local/",
16
"containerPort": 8000,
17
"environment": {},
18
"nginx": [],
- "build": false
19
20
},
21
22
"serviceName": "spell_check",
0 commit comments