Skip to content

Commit

Permalink
Merge pull request #241 from AmakrushAI/restructure
Browse files Browse the repository at this point in the history
update config
  • Loading branch information
Gautam-Rajeev authored Aug 10, 2023
2 parents 456c03c + 5cafb7a commit 3a243b9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
{
"models": [
{
"serviceName": "dict_aug_generate_sent",
"modelBasePath": "src/data_generation/dictionary_aug/remote/.",
"apiBasePath": "data_generation/dictionary_aug/remote/",
"containerPort": 8000,
"environment": {
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
},
"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 3a243b9

Please sign in to comment.