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 7, 2023
1 parent 96d60d3 commit dc38d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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 @@ -207,7 +207,7 @@
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
},
"nginx": [],
"build": false
"build": true
}
]
}

0 comments on commit dc38d3a

Please sign in to comment.