chenjianfei commited on
Commit
f8eeafc
·
1 Parent(s): 656b98a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def handle_retry(history, thinking_history, config, section_state, retry_data: g
38
 
39
 
40
  def predict(message, chat_history, thinking_history, config, section_state):
41
- global local_rag, TTS_LOADED, synthesiser
42
  print(config)
43
  print(f"当前模式:{config['mode_selected']}")
44
  print(f'角色扮演描述:{config["character_description"]}')
 
38
 
39
 
40
  def predict(message, chat_history, thinking_history, config, section_state):
41
+ global local_rag, TTS_LOADED, LLM_LOADED, synthesiser, core_llm, core_tokenizer
42
  print(config)
43
  print(f"当前模式:{config['mode_selected']}")
44
  print(f'角色扮演描述:{config["character_description"]}')