mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-09 07:07:16 -04:00
Remove space
This commit is contained in:
parent
c35860ff2f
commit
cd36b8f739
1 changed files with 0 additions and 1 deletions
|
@ -147,7 +147,6 @@ def load_prompt(fname):
|
|||
|
||||
output += utils.replace_all(data['turn_template'].split('<|bot-message|>')[0], replacements)
|
||||
return output
|
||||
|
||||
else:
|
||||
with open(Path(f'prompts/{fname}.txt'), 'r', encoding='utf-8') as f:
|
||||
text = f.read()
|
||||
|
|
Loading…
Add table
Reference in a new issue