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 456c03c commit 622bb1a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"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": "text_translation_azure",
"modelBasePath": "src/text_translation/azure/remote/.",
Expand Down

0 comments on commit 622bb1a

Please sign in to comment.