Skip to content

Commit f994a30

Browse files
committed
rm default system message
1 parent eb0d66d commit f994a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/server/webui/src/Config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const CONFIG_DEFAULT = {
1212
// Note: in order not to introduce breaking changes, please keep the same data type (number, string, etc) if you want to change the default value. Do not use null or undefined for default value.
1313
// Do not use nested objects, keep it single level. Prefix the key if you need to group them.
1414
apiKey: '',
15-
systemMessage: 'You are a helpful assistant.',
15+
systemMessage: '',
1616
showTokensPerSecond: false,
1717
showThoughtInProgress: false,
1818
excludeThoughtOnReq: true,

0 commit comments

Comments
 (0)