Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,6 @@ BOT_COMMANDS = [
|
|
50 |
{"command": "getpromat", "description": "获取当前使用的提示词索引"},
|
51 |
{"command": "test", "description": "获取当前使用的提示词索引"},
|
52 |
]
|
53 |
-
BOT_USERNAME = 'zfs732_bot'
|
54 |
DEFAULT_TEMP = 1.5
|
55 |
|
56 |
TOOL_DEFINITIONS = [
|
|
|
50 |
{"command": "getpromat", "description": "获取当前使用的提示词索引"},
|
51 |
{"command": "test", "description": "获取当前使用的提示词索引"},
|
52 |
]
|
|
|
53 |
DEFAULT_TEMP = 1.5
|
54 |
|
55 |
TOOL_DEFINITIONS = [
|