Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
techsavvyash authored Jan 22, 2024
1 parent 0e9a8e5 commit 9e24a6a
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"models": [

{
"serviceName": "flow_classification_test_uplift",
"modelBasePath": "src/text_classification/flow_classification/local/.",
"apiBasePath": "text_classification/flow_classification_test_uplift/local/",
"containerPort": 8000,
"environment": {},
"nginx": [],
"constraints": ["node.role==worker"],
"build": true
},
{
"serviceName": "flow_classification",
"modelBasePath": "src/text_classification/flow_classification/local/.",
Expand All @@ -20,7 +29,7 @@
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
},
"nginx": [],
"build": true
"build": false
},
{
"serviceName": "convo_starter",
Expand Down Expand Up @@ -62,7 +71,7 @@
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
},
"nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
"build": true
"build": false
},
{
"serviceName": "asr_whisper_en",
Expand Down Expand Up @@ -205,7 +214,7 @@
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
},
"nginx": [],
"build": true
"build": false
},
{
"serviceName": "llm_openai_gpt4",
Expand All @@ -216,7 +225,7 @@
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
},
"nginx": [],
"build": true
"build": false
}
]
}

0 comments on commit 9e24a6a

Please sign in to comment.