Rename postfix to suffix to match upstream

This commit is contained in:
Mug
2023-05-06 13:18:25 +02:00
parent 0e9f227afd
commit 1895c11033
3 changed files with 5 additions and 4 deletions

View File

@@ -63,6 +63,7 @@ params = GptParams(
interactive=True,
antiprompt=[f"{USER_NAME}:"],
input_prefix=" ",
input_suffix=f"{AI_NAME}:",
prompt=prompt,
)