mirror of https://github.com/InternLM/InternLM
parent
42e5f6f8a9
commit
2c6cfde332
|
@ -46,7 +46,7 @@ def prepare_generation_config():
|
|||
return generation_config
|
||||
|
||||
|
||||
user_prompt = "<|User|>:{user}<eoh>\n"
|
||||
user_prompt = "<|User|>:{user}\n"
|
||||
robot_prompt = "<|Bot|>:{robot}<eoa>\n"
|
||||
cur_query_prompt = "<|User|>:{user}<eoh>\n<|Bot|>:"
|
||||
|
||||
|
|
Loading…
Reference in New Issue