8000 More reasonable defaults · abetlen/llama-cpp-python@f33363d · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f33363d

Browse files
Mugpull[bot]
authored andcommitted
More reasonable defaults
1 parent 887f3b7 commit f33363d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/low_level_api/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class GptParams:
5050
# If chat ended prematurely, append this to the conversation to fix it.
5151
# Set to "\nUser:" etc.
5252
# This is an alternative to input_prefix which always adds it, so it potentially duplicates "User:""
53-
fix_prefix: str = " "
53+
fix_prefix: str = ""
5454
output_postfix: str = ""
5555
input_echo: bool = True,
5656

0 commit comments

Comments
 (0)
0