set default temperature to 0.7
This commit is contained in:
@@ -50,7 +50,7 @@ const newChatStore = (
|
|||||||
apiEndpoint = _defaultAPIEndpoint,
|
apiEndpoint = _defaultAPIEndpoint,
|
||||||
streamMode = true,
|
streamMode = true,
|
||||||
model = "gpt-3.5-turbo-0613",
|
model = "gpt-3.5-turbo-0613",
|
||||||
temperature = 1.0,
|
temperature = 0.7,
|
||||||
dev = false,
|
dev = false,
|
||||||
whisper_api = "",
|
whisper_api = "",
|
||||||
whisper_key = ""
|
whisper_key = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user