Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam-Rajeev authored Aug 10, 2023
1 parent 622bb1a commit 5cafb7a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@
},
"nginx": []
},
{
"serviceName": "coref_spacy",
"modelBasePath": "src/coref/spacy/local/.",
"apiBasePath": "/coref/spacy/local",
"containerPort": 8000,
"environment": {},
"nginx": []
},
{
"serviceName": "coref_bart",
"modelBasePath": "src/coref/bart/local/.",
"apiBasePath": "/coref/bart/local",
"containerPort": 8000,
"environment": {},
"nginx": []
},
{
"serviceName": "text_translation_azure",
"modelBasePath": "src/text_translation/azure/remote/.",
Expand Down

0 comments on commit 5cafb7a

Please sign in to comment.