mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-01 03:48:24 +00:00
oenapi doc (#493)
* mongo init * perf: mongo connect * docs * fix: select file * format * remove seed * doc format * doc * perf: tts model type * doc * upload time * doc * doc * doc
This commit is contained in:
@@ -128,7 +128,7 @@ export const dispatchChatCompletion = async (props: ChatProps): Promise<ChatResp
|
||||
temperature,
|
||||
max_tokens,
|
||||
stream,
|
||||
seed: temperature < 0.3 ? 1 : undefined,
|
||||
// seed: temperature < 0.3 ? 1 : undefined,
|
||||
messages: concatMessages
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user