V4.6.6-1 (#656)
This commit is contained in:
@@ -138,6 +138,9 @@ export const dispatchChatCompletion = async (props: ChatProps): Promise<ChatResp
|
||||
temperature,
|
||||
max_tokens,
|
||||
stream,
|
||||
presence_penalty: 0,
|
||||
frequency_penalty: 0,
|
||||
top_p: 1,
|
||||
// seed: temperature < 0.3 ? 1 : undefined,
|
||||
messages: concatMessages
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user