remove default system message

This commit is contained in:
2023-10-24 22:45:22 +08:00
parent 83833187f0
commit aba4e42202

View File

@@ -45,7 +45,7 @@ export interface ChatStore {
const _defaultAPIEndpoint = "https://api.openai.com/v1/chat/completions"; const _defaultAPIEndpoint = "https://api.openai.com/v1/chat/completions";
const newChatStore = ( const newChatStore = (
apiKey = "", apiKey = "",
systemMessageContent = "Follow my instructions carefully", systemMessageContent = "",
apiEndpoint = _defaultAPIEndpoint, apiEndpoint = _defaultAPIEndpoint,
streamMode = true, streamMode = true,
model = "gpt-3.5-turbo-0613", model = "gpt-3.5-turbo-0613",