Skip to content

Commit b8684cf

Browse files
Update config.json
1 parent db7a0e5 commit b8684cf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"models": [
3+
{
4+
"serviceName": "embedding_instructor_gpu",
5+
"modelBasePath": "src/embeddings/instructor_gpu/local/.",
6+
"apiBasePath": "embeddings/instructor_gpu/local/",
7+
"containerPort": 8000,
8+
"environment": {
9+
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
10+
},
11+
"nginx": ["client_max_body_size 100M;", "proxy_read_timeout 600;", "proxy_connect_timeout 600;", "proxy_send_timeout 600;"],
12+
"constraints": ["node.labels.node_vm_type==gpu"],
13+
"build": true
14+
},
315
{
416
"serviceName": "asr_whisper_en",
517
"modelBasePath": "src/asr/whisper_en/local/.",

0 commit comments

Comments
 (0)