Skip to content

Commit

Permalink
docs: Add retry config to .env.template
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyinc committed Apr 15, 2024
1 parent db82380 commit 6c83331
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
# 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

0 comments on commit 6c83331

Please sign in to comment.