mirror of
https://github.com/abetlen/llama-cpp-python.git
synced 2023-09-07 17:34:22 +03:00
More reasonable defaults
This commit is contained in:
@@ -50,7 +50,7 @@ class GptParams:
|
|||||||
# If chat ended prematurely, append this to the conversation to fix it.
|
# If chat ended prematurely, append this to the conversation to fix it.
|
||||||
# Set to "\nUser:" etc.
|
# Set to "\nUser:" etc.
|
||||||
# This is an alternative to input_prefix which always adds it, so it potentially duplicates "User:""
|
# This is an alternative to input_prefix which always adds it, so it potentially duplicates "User:""
|
||||||
fix_prefix: str = " "
|
fix_prefix: str = ""
|
||||||
output_postfix: str = ""
|
output_postfix: str = ""
|
||||||
input_echo: bool = True,
|
input_echo: bool = True,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user