John6666 commited on
Commit
b7e8c9a
·
verified ·
1 Parent(s): 573e1cd

Upload llmdolphin.py

Browse files
Files changed (1) hide show
  1. llmdolphin.py +1 -0
llmdolphin.py CHANGED
@@ -1503,6 +1503,7 @@ def dolphin_parse_simple(
1503
  print(state)#
1504
  #if not is_japanese(message): return message
1505
  dolphin_sysprompt_mode = get_state(state, "dolphin_sysprompt_mode")
 
1506
  if dolphin_sysprompt_mode == "Chat with LLM" or not history or len(history) < 1: return message
1507
  msg = history[-1][0]
1508
  raw_prompt = get_raw_prompt(msg)
 
1503
  print(state)#
1504
  #if not is_japanese(message): return message
1505
  dolphin_sysprompt_mode = get_state(state, "dolphin_sysprompt_mode")
1506
+ print(dolphin_sysprompt_mode)#
1507
  if dolphin_sysprompt_mode == "Chat with LLM" or not history or len(history) < 1: return message
1508
  msg = history[-1][0]
1509
  raw_prompt = get_raw_prompt(msg)