diff --git a/.env.template b/.env.template index 64b451265..1375fb258 100644 --- a/.env.template +++ b/.env.template @@ -247,4 +247,13 @@ DBGPT_LOG_LEVEL=INFO #** API_KEYS **# #*******************************************************************# # API_KEYS - The list of API keys that are allowed to access the API. Each of the below are an option, separated by commas. -# API_KEYS=dbgpt \ No newline at end of file +# API_KEYS=dbgpt + + +#*******************************************************************# +#** Application Config **# +#*******************************************************************# +# Non-streaming scene retries +DBGPT_APP_SCENE_NON_STREAMING_RETRIES_BASE=1 +# Non-streaming scene parallelism +DBGPT_APP_SCENE_NON_STREAMING_PARALLELISM_BASE=1 \ No newline at end of file