change the default value of presystem to false
This commit is contained in:
@@ -57,7 +57,7 @@ class ChatCompletionBody(ModelConfigBody):
|
||||
None, description="Internal system name", min_length=1
|
||||
)
|
||||
presystem: bool = Field(
|
||||
True, description="Whether to insert default system prompt at the beginning"
|
||||
False, description="Whether to insert default system prompt at the beginning"
|
||||
)
|
||||
|
||||
model_config = {
|
||||
|
||||
Reference in New Issue
Block a user