Skip to content

Commit 89f6945

Browse files
fix wrong role default value
1 parent f1c78fd commit 89f6945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/SamplingRequest.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const SamplingRequest = ({
5656
},
5757
role: {
5858
type: "string",
59-
default: "endTurn",
59+
default: "assistant",
6060
description: "Role of the model",
6161
},
6262
content: {

0 commit comments

Comments
 (0)