Skip to content

Commit 619d20f

Browse files
Update config.json
1 parent e322291 commit 619d20f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

config.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
{
22
"models": [
3+
{
4+
"serviceName": "token_counter_openai",
5+
"modelBasePath": "src/token_counter/openai/local/.",
6+
"apiBasePath": "token_counter/openai/local/",
7+
"containerPort": 8000,
8+
"environment": {},
9+
"nginx": [],
10+
"build": true
11+
},
312
{
413
"serviceName": "asr_whisper_en",
514
"modelBasePath": "src/asr/whisper_en/local/.",
615
"apiBasePath": "asr/whisper_en/local/",
716
"containerPort": 8000,
817
"environment": {},
9-
"nginx": [],
1018
"nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
1119
"constraints": ["node.labels.node_vm_type==gpu"],
1220
"build": false
@@ -17,7 +25,6 @@
1725
"apiBasePath": "asr/whisper_lang_rec/local/",
1826
"containerPort": 8000,
1927
"environment": {},
20-
"nginx": [],
2128
"nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
2229
"constraints": ["node.labels.node_vm_type==gpu"],
2330
"build": false

0 commit comments

Comments
 (0)