8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887f3b7 commit f33363dCopy full SHA for f33363d
examples/low_level_api/common.py
@@ -50,7 +50,7 @@ class GptParams:
50
# If chat ended prematurely, append this to the conversation to fix it.
51
# Set to "\nUser:" etc.
52
# This is an alternative to input_prefix which always adds it, so it potentially duplicates "User:""
53
- fix_prefix: str = " "
+ fix_prefix: str = ""
54
output_postfix: str = ""
55
input_echo: bool = True,
56
0 commit comments