diff --git a/config.json b/config.json index 8ee5b4b..aa63e31 100644 --- a/config.json +++ b/config.json @@ -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/.",