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 newChatStore = (
apiKey = "",
systemMessageContent = "Follow my instructions carefully",
systemMessageContent = "",
apiEndpoint = _defaultAPIEndpoint,
streamMode = true,
model = "gpt-3.5-turbo-0613",