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 Nov 28, 2023
1 parent 32f0dca commit 3356357
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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": false
"build": true
},
{
"serviceName": "asr_whisper_en",
Expand Down Expand Up @@ -206,7 +206,7 @@
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
},
"nginx": [],
"build": false
"build": true
},
{
"serviceName": "llm_openai_gpt4",
Expand All @@ -217,7 +217,7 @@
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
},
"nginx": [],
"build": false
"build": true
}
]
}

0 comments on commit 3356357

Please sign in to comment.