Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Amruth-Vamshi authored Nov 7, 2023
1 parent 4684dd8 commit af3da2f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@
"constraints": ["node.labels.node_vm_type==gpu"],
"build": false
},
{
"serviceName": "embedding_openai",
"modelBasePath": "src/embeddings/openai/remote/.",
"apiBasePath": "/embeddings/openai/remote",
"containerPort": 8000,
"environment": {
"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
},
{
"serviceName": "asr_whisper_en",
"modelBasePath": "src/asr/whisper_en/local/.",
Expand Down Expand Up @@ -196,7 +207,7 @@
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
},
"nginx": [],
"build": true
"build": false
}
]
}

0 comments on commit af3da2f

Please sign in to comment.