mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-15 22:19:28 +00:00
refactor(agent): Refactor resource of agents (#1518)
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
#*******************************************************************#
|
||||
#** DB-GPT - GENERAL SETTINGS **#
|
||||
#*******************************************************************#
|
||||
## DISABLED_COMMAND_CATEGORIES - The list of categories of commands that are disabled. Each of the below are an option:
|
||||
## pilot.commands.query_execute
|
||||
|
||||
## For example, to disable coding related features, uncomment the next line
|
||||
# DISABLED_COMMAND_CATEGORIES=
|
||||
|
||||
#*******************************************************************#
|
||||
#** Webserver Port **#
|
||||
@@ -125,25 +120,6 @@ LOCAL_DB_TYPE=sqlite
|
||||
#*******************************************************************#
|
||||
EXECUTE_LOCAL_COMMANDS=False
|
||||
|
||||
|
||||
|
||||
#*******************************************************************#
|
||||
#** ALLOWLISTED PLUGINS **#
|
||||
#*******************************************************************#
|
||||
|
||||
#ALLOWLISTED_PLUGINS - Sets the listed plugins that are allowed (Example: plugin1,plugin2,plugin3)
|
||||
#DENYLISTED_PLUGINS - Sets the listed plugins that are not allowed (Example: plugin1,plugin2,plugin3)
|
||||
ALLOWLISTED_PLUGINS=
|
||||
DENYLISTED_PLUGINS=
|
||||
|
||||
|
||||
#*******************************************************************#
|
||||
#** CHAT PLUGIN SETTINGS **#
|
||||
#*******************************************************************#
|
||||
# CHAT_MESSAGES_ENABLED - Enable chat messages (Default: False)
|
||||
# CHAT_MESSAGES_ENABLED=False
|
||||
|
||||
|
||||
#*******************************************************************#
|
||||
#** VECTOR STORE SETTINGS **#
|
||||
#*******************************************************************#
|
||||
|
Reference in New Issue
Block a user