|
@ -203,7 +203,7 @@ class AI(object): |
|
|
chat_human_name = "### Human" |
|
|
chat_human_name = "### Human" |
|
|
elif self.llm_chat_model.startswith('pygmalion'): |
|
|
elif self.llm_chat_model.startswith('pygmalion'): |
|
|
prompt_chat = prompt_pygmalion |
|
|
prompt_chat = prompt_pygmalion |
|
|
#chat_human_name = "You" |
|
|
chat_human_name = "You" |
|
|
elif self.llm_chat_model.startswith('koboldai'): |
|
|
elif self.llm_chat_model.startswith('koboldai'): |
|
|
prompt_chat = prompt_koboldai |
|
|
prompt_chat = prompt_koboldai |
|
|
else: |
|
|
else: |
|
|