chenjianfei
commited on
Commit
·
67b29ae
1
Parent(s):
e1633c6
debug
Browse files
app.py
CHANGED
@@ -40,6 +40,7 @@ def handle_retry(history, thinking_history, config, section_state, retry_data: g
|
|
40 |
|
41 |
def predict(message, chat_history, thinking_history, config, section_state):
|
42 |
global local_rag, TTS_LOADED, synthesiser
|
|
|
43 |
print(f"当前模式:{config['mode_selected']}")
|
44 |
print(f'角色扮演描述:{config["character_description"]}')
|
45 |
print(f"写入角色设定方式:{config['character_setting_mode']}")
|
|
|
40 |
|
41 |
def predict(message, chat_history, thinking_history, config, section_state):
|
42 |
global local_rag, TTS_LOADED, synthesiser
|
43 |
+
print(config)
|
44 |
print(f"当前模式:{config['mode_selected']}")
|
45 |
print(f'角色扮演描述:{config["character_description"]}')
|
46 |
print(f"写入角色设定方式:{config['character_setting_mode']}")
|